This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump Module-CoreList versions to new date stamped version
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList / TieHashDelta.pm
index a01859e..2ee16ca 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.021004';
+$VERSION = '5.201409014';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;