summaryrefslogtreecommitdiff
path: root/Porting/makerel
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-14 15:24:54 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-14 15:25:50 -0400
commit63d690b1f5b7e4a4f5cefe645e21a96651cbe9c2 (patch)
tree4f3e23120a50731bc97288de39df42bbcc1f0b02 /Porting/makerel
parent55b77936aef50881a71470fd06e66edffd66d9de (diff)
downloadperl-63d690b1f5b7e4a4f5cefe645e21a96651cbe9c2.tar.gz
Updated a comment in Porting/makerel
Diffstat (limited to 'Porting/makerel')
-rw-r--r--Porting/makerel6
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/makerel b/Porting/makerel
index ce7a9edd82..5e7a36259c 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