This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Module-CoreList prepared for v5.19.7
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList / TieHashDelta.pm
index 0b2068c..0c65921 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "2.82";
+$VERSION = "3.02";
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;