From: Dave Rolsky Date: Mon, 8 Dec 2008 22:21:44 +0000 (+0000) Subject: I was channeling stevan and misspeled declaratively X-Git-Tag: 0.64~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f0ce58b4cae03383a410ce9e1c58d930951501d;p=gitmo%2FMoose.git I was channeling stevan and misspeled declaratively --- diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod index e87076e..95eb7e3 100644 --- a/lib/Moose/Intro.pod +++ b/lib/Moose/Intro.pod @@ -14,7 +14,7 @@ language, and you don't care how they are implemented. Moose aims to do the same thing for Perl 5 OO. We can't actually create new keywords, but we do offer "sugar" that looks a lot like -them. More importantly, with Moose, you I your +them. More importantly, with Moose, you I your class, without needing to know about blessed hashrefs, accessor methods, and so on. @@ -343,7 +343,7 @@ With Moose, you get well-defined declaration and introspection. Hand-written accessor methods, symbol table hackery, or a helper module like C. -With Moose, these are declaritively defined, and distinct from +With Moose, these are declaratively defined, and distinct from methods. =item * Method