This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump the perl version in various places for 5.23.7
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList / TieHashDelta.pm
index 7781655..472c50d 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.20151220';
+$VERSION = '5.20160120';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;