Subject: | pod has errors |
The =begin and =end at the beginning and end of the module documentation
for Text::Greeking serve no purpose and are used incorrectly such that
they generate errors that end up in a "POD errors" section when one
views its documentation using 'perldoc Text::Greeking'. The attached
patch removes these two directives and makes the errors go away.
Subject: | 00_pod_errors.patch |
Index: Text-Greeking-0.11/lib/Text/Greeking.pm
===================================================================
--- Text-Greeking-0.11.orig/lib/Text/Greeking.pm 2009-08-25 19:07:41.000000000 -0400
+++ Text-Greeking-0.11/lib/Text/Greeking.pm 2009-08-25 19:09:03.000000000 -0400
@@ -113,8 +113,6 @@
__END__
-=begin
-
=head1 NAME
Text::Greeking - a module for generating meaningless text
@@ -224,5 +222,3 @@
reserved.
=cut
-
-=end
\ Pas de fin de ligne à la fin du fichier.