In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/63d690b1f5b7e4a4f5cefe645e21a96651cbe9c2?hp=55b77936aef50881a71470fd06e66edffd66d9de>
- Log ----------------------------------------------------------------- commit 63d690b1f5b7e4a4f5cefe645e21a96651cbe9c2 Author: Jesse Vincent <[email protected]> Date: Wed Oct 14 15:24:54 2009 -0400 Updated a comment in Porting/makerel ----------------------------------------------------------------------- Summary of changes: Porting/makerel | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Porting/makerel b/Porting/makerel index ce7a9ed..5e7a362 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -1,11 +1,11 @@ #!/usr/bin/perl -w -# A first attempt at some automated support for making a perl release. +# A tool to build a perl release tarball # Very basic but functional - if you're on a unix system. # # No matter how automated this gets, you'll always need to read -# and re-read pumpkin.pod checking for things to be done at various -# stages of the process. +# and re-read pumpkin.pod and release_managers_guide.pod to +# check for things to be done at various stages of the process. # # Tim Bunce, June 1997 -- Perl5 Master Repository
