This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In S_incpush, move the declaration of subdir inside the only block that uses it.
[perl5.git] / miniperlmain.c
index bda84e2..f60a3e0 100644 (file)
@@ -9,7 +9,11 @@
  */
 
 /*
- * "The Road goes ever on and on, down from the door where it began."
+ *      The Road goes ever on and on
+ *          Down from the door where it began.
+ *
+ *     [Bilbo on p.35 of _The Lord of the Rings_, I/i: "A Long-Expected Party"]
+ *     [Frodo on p.73 of _The Lord of the Rings_, I/iii: "Three Is Company"]
  */
 
 /* This file contains the main() function for the perl interpreter.