Bump base and fields versions to 2.15
Rafael Garcia-Suarez [Wed, 21 Oct 2009 17:34:06 +0000 (19:34 +0200)]
Porting/Maintainers.pl
dist/base/Changes
dist/base/META.yml
dist/base/lib/base.pm
dist/base/lib/fields.pm

index 6bff96a..29adc2b 100755 (executable)
@@ -289,7 +289,7 @@ use File::Glob qw(:case);
     'base' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/base-2.14.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/base-2.15.tar.gz',
        'FILES'         => q[dist/base],
        'CPAN'          => 1,
        'UPSTREAM'      => 'blead',
index 12d615c..6dda10b 100644 (file)
@@ -1,3 +1,6 @@
+2.15
+    - Bump version to 2.15 so base and fields have the same version again
+
 2.14
     - fix problem with SIGDIE on perls < 5.10
     - Make @INC available in base.pm's error message when
index df139a1..0a91128 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                base
-version:             2.14
+version:             2.15
 abstract:            ~
 license:             ~
 author:              ~
index 574925f..2f6a19e 100644 (file)
@@ -2,7 +2,7 @@ package base;
 
 use strict 'vars';
 use vars qw($VERSION);
-$VERSION = '2.14';
+$VERSION = '2.15';
 $VERSION = eval $VERSION;
 
 # constant.pm is slow
index c90bc0a..de6f379 100644 (file)
@@ -11,7 +11,7 @@ unless( eval q{require warnings::register; warnings::register->import; 1} ) {
 }
 use vars qw(%attr $VERSION);
 
-$VERSION = '2.14';
+$VERSION = '2.15';
 
 # constant.pm is slow
 sub PUBLIC     () { 2**0  }