This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::ParseXS: Don't put null chars into generated source
authorStephen Bennett <sbp@exherbo.com>
Mon, 29 Aug 2011 17:44:50 +0000 (19:44 +0200)
committerSteffen Mueller <smueller@cpan.org>
Mon, 29 Aug 2011 17:45:42 +0000 (19:45 +0200)
commit8994490855c232214f688efb2bde6a0a6553dc9e
tree9185c3785832163709677ee760a3b5075dae8753
parentdc5163fa832adf75a347842ca2837371f7058e40
ExtUtils::ParseXS: Don't put null chars into generated source

... file when -except is used; write the '\0' escape sequence
properly instead.
dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm