This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote ExtUtils::ParseXS to a stable release
authorSteffen Mueller <smueller@cpan.org>
Thu, 4 Aug 2011 15:52:18 +0000 (17:52 +0200)
committerSteffen Mueller <smueller@cpan.org>
Thu, 4 Aug 2011 15:59:01 +0000 (17:59 +0200)
Porting/Maintainers.pl
dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index 639f1fd..4bcc3ba 100755 (executable)
@@ -752,7 +752,7 @@ use File::Glob qw(:case);
     'ExtUtils::ParseXS' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'SMUELLER/ExtUtils-ParseXS-3.00_05.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/ExtUtils-ParseXS-3.01.tar.gz',
        'FILES'         => q[dist/ExtUtils-ParseXS],
        'UPSTREAM'      => 'blead',
        },
index e667a2a..13d633b 100644 (file)
@@ -1,5 +1,9 @@
 Revision history for Perl extension ExtUtils::ParseXS.
 
+3.01 - Thu Aug  4 17:51:00 CET 2011
+
+  - No significant changes form 3.00_05.
+
 3.00_05 - Wed Jul 27 22:54:00 CET 2011
 
   - Define PERL_UNUSED_ARG for pre-3.8.9 perls.
index 8a2658f..a26ce17 100644 (file)
@@ -35,7 +35,7 @@ our @EXPORT_OK = qw(
   process_file
   report_error_count
 );
-our $VERSION = '3.00_05';
+our $VERSION = '3.01';
 $VERSION = eval $VERSION if $VERSION =~ /_/;
 
 # The scalars in the line below remain as 'our' variables because pulling