diff options
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 7a32de20e7..9891288d4c 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.37_04'; +$VERSION = '0.37_05'; # This is just a split-out of a wrapper function to do Data::Dumper # stuff "the right way". See: |