Change 32916 by [EMAIL PROTECTED] on 2008/01/09 13:16:34
Add a few =cuts (so configpm is displayed mostly correctly
by perldoc or by search.cpan.org)
Affected files ...
... //depot/perl/configpm#83 edit
Differences ...
==== //depot/perl/configpm#83 (xtext) ====
Index: perl/configpm
--- perl/configpm#82~31366~ 2007-06-12 01:32:26.000000000 -0700
+++ perl/configpm 2008-01-09 05:16:34.000000000 -0800
@@ -832,6 +832,8 @@
specific to that particular port. See the port specific documentation
in such cases.
+=cut
+
ENDOFTAIL
if ($Opts{glossary}) {
@@ -848,12 +850,16 @@
print CONFIG_POD <<EOF if $text;
=back
+=cut
+
EOF
print CONFIG_POD <<EOF;
=head2 $c
=over 4
+=cut
+
EOF
$text = 1;
}
End of Patch.