This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump $ExtUtils::ParseXS::VERSION following commit 948e998797279292.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 12:37:22 +0000 (14:37 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 12:37:22 +0000 (14:37 +0200)
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index e6d4bf7..0f9dbfc 100644 (file)
@@ -35,7 +35,7 @@ our @EXPORT_OK = qw(
   process_file
   report_error_count
 );
-our $VERSION = '3.03_01';
+our $VERSION = '3.03_02';
 $VERSION = eval $VERSION if $VERSION =~ /_/;
 
 # The scalars in the line below remain as 'our' variables because pulling