diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-09 13:41:46 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-09 13:41:46 +0100 |
commit | 1ce5ed3e6aacffd3fcef4a8782ab6818ea7b15db (patch) | |
tree | 9de77e78da102175c9cd111175a53faae26c98e6 /cpan/Module-Build/lib/Module/Build/Dumper.pm | |
parent | 84678a67ca259ccbce00ff78d3f1e977efab9dcc (diff) | |
download | perl-1ce5ed3e6aacffd3fcef4a8782ab6818ea7b15db.tar.gz |
Upgrade Module-Build to 0.4002
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Dumper.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build/Dumper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Dumper.pm b/cpan/Module-Build/lib/Module/Build/Dumper.pm index 8c2a211d90..df451a9333 100644 --- a/cpan/Module-Build/lib/Module/Build/Dumper.pm +++ b/cpan/Module-Build/lib/Module/Build/Dumper.pm @@ -1,7 +1,7 @@ package Module::Build::Dumper; use strict; use vars qw($VERSION); -$VERSION = '0.40'; +$VERSION = '0.4002'; # This is just a split-out of a wrapper function to do Data::Dumper # stuff "the right way". See: |