LotR quote for perlapi.c
authorAudrey Tang <cpan@audreyt.org>
Fri, 1 Aug 2003 10:00:29 +0000 (18:00 +0800)
committerAbhijit 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

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;