ExtUtils::ParseXS: Bump versions to 3.11
authorSteffen Mueller <smueller@cpan.org>
Thu, 29 Dec 2011 16:54:37 +0000 (17:54 +0100)
committerSteffen Mueller <smueller@cpan.org>
Thu, 29 Dec 2011 16:57:23 +0000 (17:57 +0100)
This is necessary for a CPAN release that fixes a versioning problem in
version 3.09 (CPAN RT #73555).

No functional changes.

dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm

index f6e810a..4750a5d 100644 (file)
@@ -1,6 +1,9 @@
 Revision history for Perl extension ExtUtils::ParseXS.
 
-3.09 - Thu Dec 28 18:48:00 CET 2011
+3.11 - Thu Dec 29 17:55:00 CET 2011
+  - Version/distribution fixes.
+
+3.09 - Wed Dec 28 18:48:00 CET 2011
   - Escape double quotes of file names/commands in #line directives.
 
 3.08 - Mon Dec 19 18:03:00 CET 2011
index 04d750c..2772c39 100644 (file)
@@ -11,7 +11,7 @@ use Symbol;
 
 our $VERSION;
 BEGIN {
-  $VERSION = '3.09';
+  $VERSION = '3.11';
 }
 use ExtUtils::ParseXS::Constants $VERSION;
 use ExtUtils::ParseXS::CountLines $VERSION;
index a4209b8..103a6ae 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use Symbol;
 
-our $VERSION = '3.08';
+our $VERSION = '3.11';
 
 =head1 NAME
 
index fd8d532..c8ce6ff 100644 (file)
@@ -1,7 +1,7 @@
 package ExtUtils::ParseXS::CountLines;
 use strict;
 
-our $VERSION = '3.09';
+our $VERSION = '3.11';
 
 our $SECTION_END_MARKER;
 
index b3c7a3c..10adf8c 100644 (file)
@@ -6,7 +6,7 @@ use File::Spec;
 use lib qw( lib );
 use ExtUtils::ParseXS::Constants ();
 
-our $VERSION = '3.09';
+our $VERSION = '3.11';
 
 our (@ISA, @EXPORT_OK);
 @ISA = qw(Exporter);