diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/ExtUtils/Install.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/ExtUtils/Install.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/ExtUtils/Install.pm b/Master/tlpkg/tlperl/lib/ExtUtils/Install.pm index 3b030a511af..7e4cd7fade0 100644 --- a/Master/tlpkg/tlperl/lib/ExtUtils/Install.pm +++ b/Master/tlpkg/tlperl/lib/ExtUtils/Install.pm @@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there =head1 VERSION -1.55 +1.58 =cut -$VERSION = '1.56'; # <---- 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. |