From: Andy Dougherty Date: Wed, 22 Jul 1998 13:42:20 +0000 (-0400) Subject: Re: 5.005 - a sneak preview X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20f245af3f3ac9c272b3586019e3ef0c73428924;p=p5sagit%2Fp5-mst-13.2.git Re: 5.005 - a sneak preview Message-Id: p4raw-id: //depot/perl@1643 --- diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index e4201e5..f41dfac 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -113,6 +113,8 @@ patch' entry in patchlevel.h. Watch for announcements of maintenance subversions in comp.lang.perl.announce. +The first rule of maintenance work is "First, do no harm." + =head2 Why such a complicated scheme? Two reasons, really. At least. @@ -280,15 +282,16 @@ change the appropriate metaconfig units instead, and regenerate Configure. metaconfig -m -will regenerate Configure and config_h.SH. More information on obtaining -and running metaconfig is in the F file that comes with Perl's -metaconfig units. Perl's metaconfig units should be available on CPAN. -As of perl5.004_70, they were in the file F -under http://www.perl.com/CPAN/authors/id/ANDYD/ . The mc_units tar -file should be unpacked in your main perl source directory. (Note: those -units were for 5.004_70. There have been significant changes since then. +will regenerate Configure and config_h.SH. Much more information +on obtaining and running metaconfig is in the F file +that comes with Perl's metaconfig units. Perl's metaconfig units +should be available on CPAN. A set of units that will work with +perl5.005 is in the file F under +http://www.perl.com/CPAN/authors/id/ANDYD/ . The mc_units tar file +should be unpacked in your main perl source directory. Note: those +units were for use with 5.005. There may have been changes since then. Check for later versions or contact perl5-porters@perl.org to obtain a -pointer to the current version.) +pointer to the current version. Alternatively, do consider if the F<*ish.h> files might be a better place for your changes. @@ -1307,4 +1310,4 @@ All opinions expressed herein are those of the authorZ<>(s). =head1 LAST MODIFIED -$Id: pumpkin.pod,v 1.21 1998/07/14 17:54:56 doughera Released $ +$Id: pumpkin.pod,v 1.22 1998/07/22 16:33:55 doughera Released $