summaryrefslogtreecommitdiff
path: root/pod/perlootut.pod
diff options
context:
space:
mode:
authorMark A. Stratman <stratman@gmail.com>2011-09-21 14:46:28 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-10-27 15:31:54 -0700
commit9343adc6d73095160a92c22d72f905f3701019ed (patch)
tree70fe2fd3005d67442fe64298d641a65678f8018d /pod/perlootut.pod
parentf89f9e938998e1102fa66a8d28a2d0fe8b40765c (diff)
downloadperl-9343adc6d73095160a92c22d72f905f3701019ed.tar.gz
perlootut.pod: Removed redundant sentence
Diffstat (limited to 'pod/perlootut.pod')
-rw-r--r--pod/perlootut.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod
index f91f1ab924..cdb4192d4b 100644
--- a/pod/perlootut.pod
+++ b/pod/perlootut.pod
@@ -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;