summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorDominic Hargreaves <dom@earth.li>2012-02-11 14:18:06 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-11 14:35:46 -0700
commitb9411ff2d79526114566a6486a0c0238691cec2d (patch)
tree817c57255a3ca780366c7ca9432444a8016afeb5 /dist
parentc0e71a27c71a8acdad1dc8cbbd6847eba1a34890 (diff)
downloadperl-b9411ff2d79526114566a6486a0c0238691cec2d.tar.gz
ExtUtils::Install: Fix POD error
Diffstat (limited to 'dist')
-rw-r--r--dist/ExtUtils-Install/lib/ExtUtils/Install.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
index 0b40af2980..7e4cd7fade 100644
--- a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
+++ b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
@@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there
=head1 VERSION
-1.57
+1.58
=cut
-$VERSION = '1.57'; # <---- dont forget to update the POD section just above this line!
+$VERSION = '1.58'; # <---- dont forget to update the POD section just above this line!
$VERSION = eval $VERSION;
=pod
@@ -73,10 +73,10 @@ has occured.
If this value is defined but false then such an operation has
ocurred, but should not impact later operations.
-=begin _private
-
=over
+=begin _private
+
=item _chmod($$;$)
Wrapper to chmod() for debugging and error trapping.