ExtUtils::ParseXS: bump version of related modules
authorDavid Mitchell <davem@iabyn.com>
Sun, 15 Sep 2013 11:02:05 +0000 (12:02 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 15 Sep 2013 11:04:24 +0000 (12:04 +0100)
9b2d7314c3d60 bumped $VERSION in ParseXS.pm from 3.22 to 3.23,
but left the other .pm files at .22. This stops ExtUtils::ParseXS from
loading, so bump all the other modules in this distribution too.

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
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 e9ccdd6..1d0c10c 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use Symbol;
 
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 =head1 NAME
 
index 770f494..88ed250 100644 (file)
@@ -1,7 +1,7 @@
 package ExtUtils::ParseXS::CountLines;
 use strict;
 
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 our $SECTION_END_MARKER;
 
index f167538..fa1c78a 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Eval;
 use strict;
 use warnings;
 
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 =head1 NAME
 
index 5482791..14fb74f 100644 (file)
@@ -6,7 +6,7 @@ use File::Spec;
 use lib qw( lib );
 use ExtUtils::ParseXS::Constants ();
 
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 our (@ISA, @EXPORT_OK);
 @ISA = qw(Exporter);
index 2a22f53..1912be1 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 #use Carp qw(croak);
 
 require ExtUtils::ParseXS;
index 3831550..a142e9e 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 use ExtUtils::Typemaps;
 
index 55f6c58..0e03e63 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 =head1 NAME
 
index df13af9..35fb9c4 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 =head1 NAME
 
index a89fa0d..4977abc 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 require ExtUtils::Typemaps;
 
-our $VERSION = '3.22';
+our $VERSION = '3.23';
 
 =head1 NAME