[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Require perl 5.6.2, related simplifications
From: |
Stefano Lattarini |
Subject: |
[PATCH 0/2] Require perl 5.6.2, related simplifications |
Date: |
Sun, 4 Mar 2012 16:14:31 +0100 |
Now that we explicitly require Perl 5.6.2 in one of our "core" modules
('Automake::Getopt'), we should make such a requirement more thorough
and explicit. And we can immediately reap one benefit, by dropping
the 'Automake::Struct' module (which was a backport of 'Class::Struct'
for Perl 5.5).
OK for master? I will push in a couple of days if there is no objection.
Regards,
Stefano
-*-*-*-
Stefano Lattarini (2):
maint: require perl 5.6.2 throughout
maint: drop 'Automake::Struct' module
automake.in | 5 +-
configure.ac | 4 +-
lib/Automake/ChannelDefs.pm | 2 +-
lib/Automake/Channels.pm | 2 +-
lib/Automake/Condition.pm | 2 +
lib/Automake/Configure_ac.pm | 1 +
lib/Automake/DisjConditions.pm | 3 +-
lib/Automake/FileUtils.pm | 1 +
lib/Automake/General.pm | 2 +-
lib/Automake/Item.pm | 3 +-
lib/Automake/ItemDef.pm | 2 +
lib/Automake/Location.pm | 2 +
lib/Automake/Makefile.am | 1 -
lib/Automake/Options.pm | 1 +
lib/Automake/Rule.pm | 2 +
lib/Automake/RuleDef.pm | 2 +
lib/Automake/Struct.pm | 627 ----------------------------------------
lib/Automake/VarDef.pm | 2 +
lib/Automake/Variable.pm | 2 +
lib/Automake/Version.pm | 2 +
lib/Automake/Wrap.pm | 1 +
lib/Automake/XFile.pm | 2 +-
22 files changed, 33 insertions(+), 638 deletions(-)
delete mode 100644 lib/Automake/Struct.pm
--
1.7.9
- [PATCH 0/2] Require perl 5.6.2, related simplifications,
Stefano Lattarini <=
[PATCH 1/2] maint: require perl 5.6.2 throughout, Stefano Lattarini, 2012/03/04