In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1bb8a15505d40cd4fbf8e9e48185ff81c48dd167?hp=339a461de1bf5e3179a2e051585b18783f012a51>
- Log ----------------------------------------------------------------- commit 1bb8a15505d40cd4fbf8e9e48185ff81c48dd167 Author: Ricardo SIGNES <[email protected]> Date: Thu Dec 9 15:58:21 2010 -0500 Remove ; from use statements for readability. (Obeying the documentation policy) ----------------------------------------------------------------------- Summary of changes: pod/perlpolicy.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod index b29f79f..13ee289 100644 --- a/pod/perlpolicy.pod +++ b/pod/perlpolicy.pod @@ -395,7 +395,7 @@ language feature works is with a small program the reader can run without modification. More often, examples will consist of a snippet of code containing only the "important" bits. The definition of "important" varies from snippet to snippet. -Sometimes it's important to declare C<use strict;> and C<use warnings;>, +Sometimes it's important to declare C<use strict> and C<use warnings>, initialize all variables and fully catch every error condition. More often than not, though, those things obscure the lesson the example was intended to teach. -- Perl5 Master Repository
