projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d56c96
)
LotR quote for perlapi.c
author
Audrey Tang
<cpan@audreyt.org>
Fri, 1 Aug 2003 10:00:29 +0000
(18:00 +0800)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 1 Aug 2003 03:28:17 +0000
(
03:28
+0000)
Message-Id: <
20030801020029
.GA28241@not.autrijus.org>
p4raw-id: //depot/perl@20404
embed.pl
patch
|
blob
|
history
diff --git
a/embed.pl
b/embed.pl
index
2f2072d
..
322db9a
100755
(executable)
--- a/
embed.pl
+++ b/
embed.pl
@@
-55,6
+55,15
@@
Edit those files and run 'make regen_headers' to effect changes.
EOW
+ $warning .= <<EOW if $file eq 'perlapi.c';
+
+Up to the threshold of the door there mounted a flight of twenty-seven
+broad stairs, hewn by some unknown art of the same black stone. This
+was the only entrance to the tower.
+
+
+EOW
+
if ($file =~ m:\.[ch]$:) {
$warning =~ s:^: * :gm;
$warning =~ s: +$::gm;