]> git.ipfire.org Git - thirdparty/autoconf.git/commit
maint: drop syncing with Automake::Struct
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 5 Mar 2012 19:19:22 +0000 (20:19 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 5 Mar 2012 19:52:50 +0000 (20:52 +0100)
commit20626b671f85102be1cb4a848ffa7789c35fc540
tree50866da69cce16af83480f6214ddd3807d095ddf
parent5046bf6ee6d1d33373434db07ba18da4ad293f1a
maint: drop syncing with Automake::Struct

The module Automake::Struct has been removed in automake master
branch (with yesterday's commit v1.11-2055-g74a7f49 "maint: drop
'Automake::Struct' module"): since Automake now requires Perl 5.6,
that module has become obsolete, being basically just a backport
of Perl 5.6's 'Class::Struct' to Perl 5.5.  With this change, we
follow suite in Autoconf, which syncs some of its internal modules
with Automake.

* lib/Autom4te/Struct.pm: Delete.
* lib/Autom4te/Makefile.am (dist_perllib_DATA): Don't list it
anymore.
* cfg.mk: Don't sync it with the Automake repository anymore.
* lib/Autom4te/Request.pm: Use 'Class::Struct' instead of
'Autom4te::Struct'.
cfg.mk
lib/Autom4te/Makefile.am
lib/Autom4te/Request.pm
lib/Autom4te/Struct.pm [deleted file]