diff options
author | Steffen Mueller <smueller@cpan.org> | 2012-11-19 07:33:29 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2012-11-19 07:36:35 +0100 |
commit | 3dcd87d458c834850257f74f213177c08824dc25 (patch) | |
tree | b19bb35a10343759937d5902bbdc05b8317f37a8 /dist/ExtUtils-ParseXS | |
parent | 6c28b49647a0d149e16f5324b6273b2b6e17a688 (diff) | |
download | perl-3dcd87d458c834850257f74f213177c08824dc25.tar.gz |
Complete ExtUtils::ParseXS/EU::Typemaps version bump
This moves to 3.18 across the entire distribution for a new CPAN release
and completes the changelog.
Diffstat (limited to 'dist/ExtUtils-ParseXS')
6 files changed, 8 insertions, 5 deletions
diff --git a/dist/ExtUtils-ParseXS/Changes b/dist/ExtUtils-ParseXS/Changes index b9586bcb0c..ae7b40f8d6 100644 --- a/dist/ExtUtils-ParseXS/Changes +++ b/dist/ExtUtils-ParseXS/Changes @@ -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. diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm index 2bc9c8036f..2768ef0e08 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm @@ -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; diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm index 671110fb97..857ac1e8d9 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm @@ -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; diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm index 9e7053f229..487a4a542d 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm @@ -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 diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm index 95cbbccf5c..08960618d5 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm @@ -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 diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm index b29e212d45..1b9f8ba4de 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm @@ -4,7 +4,7 @@ use strict; use warnings; require ExtUtils::Typemaps; -our $VERSION = '3.16'; +our $VERSION = '3.18'; =head1 NAME |