From: Dave Rolsky Date: Sun, 7 Dec 2008 18:45:18 +0000 (+0000) Subject: Remove an unneeded "the" X-Git-Tag: 0.63~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6dac1fdf327a6676f0d1af4498598dab922fc27;p=gitmo%2FMoose.git Remove an unneeded "the" --- diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod index 5090f51..e87076e 100644 --- a/lib/Moose/Intro.pod +++ b/lib/Moose/Intro.pod @@ -531,7 +531,7 @@ on and read the Meta and Extending recipes, but those are mostly there for people who want to be Moose wizards and change how Moose works. If you want to see how Moose would translate directly old school Perl -5 OO code, check out the L. +5 OO code, check out L. =head1 AUTHOR