Module-CoreList 3.07 released to CPAN, bump core version to 3.08
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 21 Feb 2014 16:08:01 +0000 (16:08 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 21 Feb 2014 16:08:01 +0000 (16:08 +0000)
Porting/Maintainers.pl
dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
dist/Module-CoreList/lib/Module/CoreList/Utils.pm

index 77f899a..bf8f48f 100755 (executable)
@@ -813,7 +813,7 @@ use File::Glob qw(:case);
     },
 
     'Module::CoreList' => {
-        'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.06.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.07.tar.gz',
         'FILES'        => q[dist/Module-CoreList],
     },
 
index 31fa9ca..56ff418 100644 (file)
@@ -1,4 +1,10 @@
-3.06
+3.08
+  - prepared for v5.19.10
+
+3.07 Fri Feb 21 2014
+ - fix for is_core tests and perls ending in 0
+
+3.06 Thu Feb 20 2014
  - updated for 5.19.9
  - fix Module::CoreList::is_core default perl version
  - fix Module::CoreList::is_core version comparision
index d43b3c3..1b5f4f3 100644 (file)
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '3.07';
+$VERSION = '3.08';
 
 my $dumpinc = 0;
 sub import {
index 635e913..3f7c669 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "3.07";
+$VERSION = "3.08";
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
index 4a3580d..8fc1170 100644 (file)
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '3.07';
+$VERSION = '3.08';
 
 sub utilities {
     my $perl = shift;