Subject: | [PATCH] ExtUtils::ParseXS can put null characters in source files |
Date: | Sun, 28 Aug 2011 17:24:07 +0000 |
To: | bug-ExtUtils-ParseXS [...] rt.cpan.org |
From: | Stephen Bennett <spb [...] exherbo.org> |
When generating exception handling stubs, there's an insufficiently
escaped '\0' sequence in the heredoc used. This ends up putting a
literal null character in the generated source file, which creates ugly
compiler warnings. The attached (trivial) patch fixes this.
Message body is not shown because sender requested not to inline it.