perl 5.003_06: utils/h2xs.PL
Date: Sat, 21 Sep 1996 16:38:24 -0500
From: Dean Roehrich <roehrich@cray.com>
Subject: h2xs bug fix
The h2xs that is in perl5.003_05 has a regexp bug which prevents it from
finding #define statements and filling the constant() function. This patch
fixes that. The h2xs_test program found this--maybe people who are
modifying h2xs should get a copy of the test program.
This also adds a -d to enable debugging messages (there's just one for now).
I've also placed some of the doc-related things in alphabetical order.
h2xs_test can be found in my directory on CPAN. Those of you modifying
xsubpp should know there's a test suite for that, too, called XSTEST which
can also be found in my directory on CPAN.
Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST)
From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk>
Subject: Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.