From: Mark A. Stratman Date: Wed, 21 Sep 2011 19:46:28 +0000 (-0500) Subject: perlootut.pod: Removed redundant sentence X-Git-Tag: accepted/trunk/20130322.191538~2296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9343adc6d73095160a92c22d72f905f3701019ed;p=platform%2Fupstream%2Fperl.git perlootut.pod: Removed redundant sentence --- diff --git a/pod/perlootut.pod b/pod/perlootut.pod index f91f1ab..cdb4192 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 class using C: - -Here's a simple but complete C class: - package File; use Moose;