Sync EU::ParseXS Changes and $VERSION with CPAN
authorSteffen Mueller <smueller@cpan.org>
Fri, 22 Jul 2011 18:15:31 +0000 (20:15 +0200)
committerSteffen Mueller <smueller@cpan.org>
Sun, 24 Jul 2011 16:38:38 +0000 (18:38 +0200)
Now at 3.00_03.

dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index 696705cd807cee2c73e3a26b4608c6ac812963ee..476132d595e6bc806eb0ae179964b390cab4a189 100644 (file)
@@ -1,6 +1,20 @@
 Revision history for Perl extension ExtUtils::ParseXS.
 
-3.00_01 - Tue Jul 12 22:00:00 EDT 2011
+3.00_03 - Fri Jul 22 20:13:00 CET 2011
+
+  - Add some diagnostics when xsubpp fails to load a current-enough
+    version of ExtUtils::ParseXS. [Steffen Mueller]
+
+  - Add a check to Makefile.PL that scans @INC to determine whether
+    the new xsubpp will be shadowed by another, existing xsubpp
+    and warn the user vehemently. [Steffen Mueller]
+
+3.00_02 - Thu Jul 14 18:00:00 CET 2011
+
+  - Move script/xsubpp back to lib/ExtUtils/xsubpp
+    The original move caused old xsubpp's to be used.
+
+3.00_01 - Tue Jul 12 22:00:00 CET 2011
 
   - Major refactoring of the whole code base.
     It finally runs under 'use strict' for the first time!
index 3458ed429c089c302cdaec45c995e9be19294a37..52f3c2148052ef4b63be5fe68097e40f8d1fa6b3 100644 (file)
@@ -35,7 +35,7 @@ our @EXPORT_OK = qw(
   process_file
   report_error_count
 );
-our $VERSION = '3.00_01';
+our $VERSION = '3.00_03';
 $VERSION = eval $VERSION if $VERSION =~ /_/;
 
 # The scalars in the line below remain as 'our' variables because pulling