diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-19 11:24:53 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-19 11:24:53 +0100 |
commit | 64b0d2b9435a25fdd224a130da19e9d42b08d9f2 (patch) | |
tree | 0b96d1b9a472d1bc650c4cec8d230fa168ef5f27 /cpan/Module-Build/lib/Module/Build/Base.pm | |
parent | eb578fdb5569b91c28466a4d1939e381ff6ceaf4 (diff) | |
download | perl-64b0d2b9435a25fdd224a130da19e9d42b08d9f2.tar.gz |
Upgrade Module-Build to 0.4003
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Base.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build/Base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Base.pm b/cpan/Module-Build/lib/Module/Build/Base.pm index 468944727a..cf42cc0b23 100644 --- a/cpan/Module-Build/lib/Module/Build/Base.pm +++ b/cpan/Module-Build/lib/Module/Build/Base.pm @@ -6,7 +6,7 @@ use strict; use vars qw($VERSION); use warnings; -$VERSION = '0.4002'; +$VERSION = '0.4003'; $VERSION = eval $VERSION; BEGIN { require 5.006001 } |