summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-06-28 04:17:54 -0400
committerDavid Mitchell <davem@iabyn.com>2009-07-03 13:27:38 +0100
commit3290d3a7c571dd60daed0344b2e2a0199fffd316 (patch)
tree6bcc9686d65c0058ad58ee33ac84acceb531631d /MANIFEST
parentda65c3698d0203815f1adff8b8112ed1bff60d55 (diff)
downloadperl-3290d3a7c571dd60daed0344b2e2a0199fffd316.tar.gz
Update ExtUtils::ParseXS to 2.19_03
2.19_03 - Sat Jun 27 22:51:18 EDT 2009 - Released to see updated results from smoke testers - Fix minor doc typo pulled from blead 2.19_02 - Wed Aug 6 22:18:33 2008 - Fix the usage reports to consistently report package name as well as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May] - Cleaned up a warning with -Wwrite-strings that gets passed into every parsed XS file. [Steve Peters] - Allow (pedantically correct) C pre-processor comments in the code snippets of typemap files. [Nicholas Clark] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> (cherry picked from commit 708f9ca6cd5d97c1d91a54a611d88de6e0986ed2)
Diffstat (limited to 'MANIFEST')
-rwxr-xr-xMANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 77432cb8ed..033f753523 100755
--- a/MANIFEST
+++ b/MANIFEST
@@ -2186,8 +2186,11 @@ lib/ExtUtils/NOTES Notes about MakeMaker internals
lib/ExtUtils/Packlist.pm Manipulates .packlist files
lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
lib/ExtUtils/ParseXS/t/basic.t See if ExtUtils::ParseXS works
+lib/ExtUtils/ParseXS/t/usage.t ExtUtils::ParseXS tests
lib/ExtUtils/ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests
lib/ExtUtils/ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests
+lib/ExtUtils/ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests
+lib/ExtUtils/ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
lib/ExtUtils/PATCHING Suggestions for patching MakeMaker
lib/ExtUtils/README MakeMaker README
lib/ExtUtils/t/00compile.t See if MakeMaker modules compile