summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-21 08:25:13 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 08:25:13 -0700
commite07d7e14bdcbce2e3fdcfb70ac0e637a7e39e2dd (patch)
tree58cc3ebb9386a1fe2d09badd4a590d103f205192 /dist
parent711703f98ce5169b4fca664f8ff532699aa4d2ee (diff)
downloadperl-e07d7e14bdcbce2e3fdcfb70ac0e637a7e39e2dd.tar.gz
Increase $Module::CoreList::TieHashDelta::VERSION to 2.72
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 63986e2ad6..92269d8407 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = "2.71";
+$VERSION = "2.72";
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;