From: Stevan Little Date: Tue, 21 Mar 2006 19:33:55 +0000 (+0000) Subject: 0_02 X-Git-Tag: 0_05~67 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54c189df2bd9ff80b30c2781ac92ee26f3d0d785;p=gitmo%2FMoose.git 0_02 --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 00b0aaa..0723860 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -296,12 +296,12 @@ C anywhere you need to test for an object's class name. =over 4 -=item I blame Sam Vilain for giving me my first hit of meta-model crack. +=item I blame Sam Vilain for introducing me to the insanity that is meta-models. -=item I blame Audrey Tang for encouraging that meta-crack habit in #perl6. +=item I blame Audrey Tang for then encouraging my meta-model habit in #perl6. =item Without Yuval "nothingmuch" Kogman this module would not be possible, -and it would certainly have a name ;P +and it certainly wouldn't have this name ;P =item The basis of the TypeContraints module was Rob Kinyon's idea originally, I just ran with it.