diff options
author | Dominic Hargreaves <dom@earth.li> | 2012-02-11 14:18:06 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-02-11 14:35:46 -0700 |
commit | b9411ff2d79526114566a6486a0c0238691cec2d (patch) | |
tree | 817c57255a3ca780366c7ca9432444a8016afeb5 /dist/ExtUtils-Install | |
parent | c0e71a27c71a8acdad1dc8cbbd6847eba1a34890 (diff) | |
download | perl-b9411ff2d79526114566a6486a0c0238691cec2d.tar.gz |
ExtUtils::Install: Fix POD error
Diffstat (limited to 'dist/ExtUtils-Install')
-rw-r--r-- | dist/ExtUtils-Install/lib/ExtUtils/Install.pm | 8 |
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. |