Skip Menu |

This queue is for tickets about the ExtUtils-Install CPAN distribution.

Report information
The Basics
Id: 42020
Status: open
Priority: 0/
Queue: ExtUtils-Install

People
Owner: Nobody in particular
Requestors: GAAS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.52
Fixed in: (no value)



Subject: Documentation for directory_not_empty wrong
Trivial doc patch (for internal function). diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index d8f325a..f2188a3 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -904,7 +904,7 @@ sub forceunlink { =item directory_not_empty( $dir ) -Returns 1 if there is an .exists file somewhere in a directory tree. +Returns 1 if there are files, besides F<.exists>, somewhere in a directory tree. Returns 0 if there is not. =end _undocumented
On Mon Dec 29 10:34:24 2008, GAAS wrote: Show quoted text
> Trivial doc patch (for internal function). > > diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm > index d8f325a..f2188a3 100644 > --- a/lib/ExtUtils/Install.pm > +++ b/lib/ExtUtils/Install.pm > @@ -904,7 +904,7 @@ sub forceunlink { > > =item directory_not_empty( $dir ) > > -Returns 1 if there is an .exists file somewhere in a directory tree. > +Returns 1 if there are files, besides F<.exists>, somewhere in a > directory tree. > Returns 0 if there is not. > > =end _undocumented
This ticket is closable, as the patch was applied at some point. The "besides .exists" line can now (v2.04) be found at line 929 of lib/ExtUtils/Install.pm. Thank you very much. Jim Keenan