I don't know how Getty managed to miss lib/local/lib.pm.
[p5sagit/local-lib.git] / lib / local / lib.pm
old mode 100755 (executable)
new mode 100644 (file)
index 2427f51..cbee5da
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.006006'; # 1.6.6
+our $VERSION = '1.006007'; # 1.6.7
 
 our @KNOWN_FLAGS = qw(--self-contained);
 
@@ -612,6 +612,9 @@ given path as the base directory.
 
 =back
 
+Returns a hash with the variables listed above, properly set to use the
+given path as the base directory.
+
 =head2 setup_env_hash_for
 
 =over 4