summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ExtUtils-ParseXS/Changes')
-rw-r--r--dist/ExtUtils-ParseXS/Changes16
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/ExtUtils-ParseXS/Changes b/dist/ExtUtils-ParseXS/Changes
index e667a2aaf8..e8533baf8f 100644
--- a/dist/ExtUtils-ParseXS/Changes
+++ b/dist/ExtUtils-ParseXS/Changes
@@ -1,5 +1,21 @@
Revision history for Perl extension ExtUtils::ParseXS.
+ - No detects and throws a warning if there is a CODE section using
+ RETVAL, but no OUTPUT section. [CPAN RT #69536]
+
+3.03 - Thu Aug 11 08:24:00 CET 2011
+
+ - Test fix: Try all @INC-derived typemap locations. (CPAN RT #70047)
+ [Mike Sheldrake]
+
+3.02 - Thu Aug 4 18:19:00 CET 2011
+
+ - Test fix: Use File::Spec->catfile instead of catdir where appropriate.
+
+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.