summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-12-20 15:46:49 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-12-20 15:47:58 -0500
commit12e75cdbb3d5c671431862345ce3e2328f187f37 (patch)
tree505e9c782e7dc6edc1ebb08c3f7b5c15c82f2457
parent7da186414e31a3f990c73eae1e37b03c1cbbd892 (diff)
downloadperl-12e75cdbb3d5c671431862345ce3e2328f187f37.tar.gz
Small fixups from corion
-rw-r--r--MANIFEST2
-rw-r--r--Porting/newtests-perldelta.pl6
2 files changed, 6 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 8312e8dbd6..64748728ef 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4033,7 +4033,7 @@ Porting/makerel Release making utility
Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it
Porting/manicheck Check against MANIFEST
Porting/manisort Sort the MANIFEST
-Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
+Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
Porting/perldelta_template.pod Template for creating new perldelta.pod files
Porting/podtidy Reformat pod using Pod::Tidy
Porting/pumpkin.pod Guidelines and hints for Perl maintainers
diff --git a/Porting/newtests-perldelta.pl b/Porting/newtests-perldelta.pl
index 33fe0bc9f7..0ba9c05697 100644
--- a/Porting/newtests-perldelta.pl
+++ b/Porting/newtests-perldelta.pl
@@ -85,4 +85,8 @@ $desc{ $file }
ITEM
};
-say "=back\n"; \ No newline at end of file
+print <<TAIL
+
+=back
+
+TAIL