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!
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