perlootut.pod: Removed redundant sentence
authorMark A. Stratman <stratman@gmail.com>
Wed, 21 Sep 2011 19:46:28 +0000 (14:46 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 27 Oct 2011 22:31:54 +0000 (15:31 -0700)
pod/perlootut.pod

index f91f1ab..cdb4192 100644 (file)
@@ -464,9 +464,6 @@ Little, and draws heavily from his work on the Perl 6 OO design.
 
 Here is our C<File> class using C<Moose>:
 
-
-Here's a simple but complete C<Moose> class:
-
   package File;
   use Moose;