A Tolkien quote for mro.c, found by Audrey Tang.
Rafael Garcia-Suarez [Thu, 19 Apr 2007 17:07:14 +0000 (17:07 +0000)]
p4raw-id: //depot/perl@30986

mro.c

diff --git a/mro.c b/mro.c
index 7535c06..5c4b1e5 100644 (file)
--- a/mro.c
+++ b/mro.c
@@ -8,6 +8,11 @@
  */
 
 /*
+ * "Which order shall we go in?" said Frodo. "Eldest first, or quickest first?
+ *  You'll be last either way, Master Peregrin."
+ */
+
+/*
 =head1 MRO Functions
 
 These functions are related to the method resolution order of perl classes