summaryrefslogtreecommitdiff
path: root/cpan/Module-Build/lib/Module/Build/Dumper.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-08-09 13:41:46 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-08-09 13:41:46 +0100
commit1ce5ed3e6aacffd3fcef4a8782ab6818ea7b15db (patch)
tree9de77e78da102175c9cd111175a53faae26c98e6 /cpan/Module-Build/lib/Module/Build/Dumper.pm
parent84678a67ca259ccbce00ff78d3f1e977efab9dcc (diff)
downloadperl-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.pm2
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: