summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS/Changes
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2012-01-28 12:49:49 +0100
committerSteffen Mueller <smueller@cpan.org>2012-01-28 12:49:49 +0100
commit656d3f9a2ce7fdcdbecec968ce50147d17c391e1 (patch)
tree43f2e5a73657a1798352714a84f9960625f473e6 /dist/ExtUtils-ParseXS/Changes
parentd9298c1a4c17b19f029937b286909a8af2862653 (diff)
downloadperl-656d3f9a2ce7fdcdbecec968ce50147d17c391e1.tar.gz
ExtUtils::ParseXS: Changelog, version bump for dev release
Upgrade the version in ExtUtils::ParseXS to 3.13_01 for a development release.
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 4750a5dbfc..50d12d4810 100644
--- a/dist/ExtUtils-ParseXS/Changes
+++ b/dist/ExtUtils-ParseXS/Changes
@@ -1,5 +1,21 @@
Revision history for Perl extension ExtUtils::ParseXS.
+3.13_01 - Sat Jan 29 12:45:00 CET 2012
+ - ExtUtils::Typemaps:
+ => Embedded typemap dumping: A method which will produce the
+ verbatim string for inclusion in XS.
+ => Introducing ExtUtils::Typemaps::Cmd, a helper module which
+ can produce embedded typemap strings via simple one-liners.
+ Useful for including typemaps from other modules in XS code
+ with INCLUDE_COMMAND. See "perldoc ExtUtils::Typemaps::Cmd".
+
+ - ExtUtils::ParseXS:
+ => Bugfix: Used to have parsing problems with embedded typemaps
+ occasionally.
+ => Better error messages on typemap-related issues. If a no
+ typemap was found for a given C type, list all mapped C types
+ so that the user hopefully spots his mistake easily.
+
3.11 - Thu Dec 29 17:55:00 CET 2011
- Version/distribution fixes.