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