From: Audrey Tang <cpan@audreyt.org>
Date: Fri, 1 Aug 2003 10:00:29 +0000 (+0800)
Subject: LotR quote for perlapi.c
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfa0b87319399039e62911f65be76d268fcf0738;p=p5sagit%2Fp5-mst-13.2.git

LotR quote for perlapi.c
Message-Id: <20030801020029.GA28241@not.autrijus.org>

p4raw-id: //depot/perl@20404
---

diff --git a/embed.pl b/embed.pl
index 2f2072d..322db9a 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;