This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't process .patch in Configure
authorJerry D. Hedden <jdhedden@cpan.org>
Mon, 20 Sep 2010 17:42:06 +0000 (13:42 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Sep 2010 00:41:35 +0000 (17:41 -0700)
commit1034e4c80e068f8cc1c701d7936bdb84c7d74735
tree5a9eabc058cc03f103c639e1a1c00bfef9677063
parent25ca39e0828410a2d907af31e9c780e3531e5989
Don't process .patch in Configure

The format of the .patch file is no longer an integer change
number, and generates an error when processed by Configure.
As .patch is now handled by make_patchnum.pl, the attached
patch removes processing of .patch from Configure.
Configure