diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-21 16:11:33 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-21 16:11:33 +0000 |
commit | 731623ab9836b248099b9e1d42872547270dd8ea (patch) | |
tree | 5ff5e798150ccd4a2fccb2ee73bbea08a2cf04e1 /dist | |
parent | d8b081e2a621ed5fbeafc993071fad7a6cb69e88 (diff) | |
download | perl-731623ab9836b248099b9e1d42872547270dd8ea.tar.gz |
One $VERSION bump missed by 2f553ae1e1
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm | 2 |
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 81dc487e8e..255dab0adf 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 = '5.20150220'; +$VERSION = '5.20150320'; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; |