Complete ExtUtils::ParseXS/EU::Typemaps version bump
authorSteffen Mueller <smueller@cpan.org>
Mon, 19 Nov 2012 06:33:29 +0000 (07:33 +0100)
committerSteffen Mueller <smueller@cpan.org>
Mon, 19 Nov 2012 06:36:35 +0000 (07:36 +0100)
This moves to 3.18 across the entire distribution for a new CPAN release
and completes the changelog.

dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm

index b9586bc..ae7b40f 100644 (file)
@@ -1,6 +1,9 @@
 Revision history for Perl extension ExtUtils::ParseXS.
 
+3.18 - Mon Nov 19 07:35:00 CET 2012
   - Restore portability to Perl 5.6, which was lost at EU-PXS 3.00.
+  - [perl #112776] avoid warning on an initialized non-parameter
+  - Only increment PL_amagic_generation before 5.9
 
 3.15 - Thu Feb  2 08:12:00 CET 2012
   - Fix version for PAUSE indexer.
index 2bc9c80..2768ef0 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.16';
+our $VERSION = '3.18';
 #use Carp qw(croak);
 
 require ExtUtils::ParseXS;
index 671110f..857ac1e 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.16';
+our $VERSION = '3.18';
 
 use ExtUtils::Typemaps;
 
index 9e7053f..487a4a5 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.16';
+our $VERSION = '3.18';
 
 =head1 NAME
 
index 95cbbcc..0896061 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.16';
+our $VERSION = '3.18';
 
 =head1 NAME
 
index b29e212..1b9f8ba 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 require ExtUtils::Typemaps;
 
-our $VERSION = '3.16';
+our $VERSION = '3.18';
 
 =head1 NAME