summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorAudrey Tang <cpan@audreyt.org>2003-08-01 18:00:29 +0800
committerAbhijit Menon-Sen <ams@wiw.org>2003-08-01 03:28:17 +0000
commitcfa0b87319399039e62911f65be76d268fcf0738 (patch)
tree8a4af8dd5ed6d3568944b92eae5e0052060b0190 /embed.pl
parent7d56c9621621869050678bf37a642f7af3dae319 (diff)
downloadperl-cfa0b87319399039e62911f65be76d268fcf0738.tar.gz
LotR quote for perlapi.c
Message-Id: <20030801020029.GA28241@not.autrijus.org> p4raw-id: //depot/perl@20404
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 2f2072d47e..322db9a3c0 100755
--- 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;