diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-19 17:07:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-19 17:07:14 +0000 |
commit | cac9886002c78b71182c4087f3db8da5be9364c1 (patch) | |
tree | c2742c90922f381dce03ad0e0b3c3a15c84c0b2a /mro.c | |
parent | 81621b662503d6842f8daacab4fceac28f03033e (diff) | |
download | perl-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.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |