diff options
author | Audrey Tang <cpan@audreyt.org> | 2003-08-01 18:00:29 +0800 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-08-01 03:28:17 +0000 |
commit | cfa0b87319399039e62911f65be76d268fcf0738 (patch) | |
tree | 8a4af8dd5ed6d3568944b92eae5e0052060b0190 /embed.pl | |
parent | 7d56c9621621869050678bf37a642f7af3dae319 (diff) | |
download | perl-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-x | embed.pl | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |