summaryrefslogtreecommitdiff
path: root/mro.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-19 17:07:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-19 17:07:14 +0000
commitcac9886002c78b71182c4087f3db8da5be9364c1 (patch)
treec2742c90922f381dce03ad0e0b3c3a15c84c0b2a /mro.c
parent81621b662503d6842f8daacab4fceac28f03033e (diff)
downloadperl-cac9886002c78b71182c4087f3db8da5be9364c1.tar.gz
A Tolkien quote for mro.c, found by Audrey Tang.
p4raw-id: //depot/perl@30986
Diffstat (limited to 'mro.c')
-rw-r--r--mro.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mro.c b/mro.c
index 7535c06797..5c4b1e5cdb 100644
--- 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