1.51 Thu Sep 2 18:26:55 EDT 2010
Fix MANIFEST.
Internal changes.
1.43 Thu Sep 2 12:34:52 EDT 2010
Fix bug that required use=1 instead of "use" alone in argument processing.
Add POD for mixing git repositories using git repository as base with ( subdir=lib subonly ).
1.41 Sat Jun 13 23:02:36 EDT 2009
Fix errors in tests 06, 07.
1.40 Wed Jun 10 07:22:48 EDT 2009
Blindly regex the lib's before returning them from find_libs. This avoids issues running tainted.
1.39 Tue Jun 9 18:14:02 EDT 2009
Remove an extraneous $DB::single.
1.38 Tue Jun 9 17:00:29 EDT 2009
Catch: "-T" doesn't like eval-ed code. Fix:
require lib;
lib->import( @lib_dirs )
It doesn't seem as though lib depends on
the caller's namespace, so there isn't
any harm in calling it this way. Otherwise
I'll have to find some other way of working
around -T.
1.36 Mon Mar 31 19:06:25 EDT 2008
Add tests for mulitple use or require + multiple calls to import. Check that calling import once with a subdir followed by a second without any arg's still gives the same results (t/0[67]).
Update Makefile.PL to use 5.00601.
1.35 Fri Mar 30 13:05:45 EDT 2007
Add additional check for broken abs_path on W32.
Update tests to add ./bin for cases where the
O/S does not supply one.
1.34 Thu Mar 29 15:42:26 EDT 2007
Add block eval for 'abs_path' calls in the sub-dir checks to avoid croaking MS platforms (not an issue for *NIX or VMS that I can tell).
1.33 Tue Feb 6 11:40:10 EST 2007
Add subdir and subonly to look below the ./lib dir's for things like ../lib/perl5.
1.32 Sat Jan 20 15:58:36 EST 2007
Repair botched MANIFEST
1.31 Thu Dec 7 14:34:24 EST 2006
POD
./exmaple/p5run sets PERL5LIB and exec's whatever else is on the command line.
MANIFEST cleanups
1.30 Thu Dec 7 14:34:24 EST 2006
Added 'p5lib' to prefix the lib's found to $ENV{ PERL5LIB }.
POD for p5lib, doc cleanups.
1.26 Tue Aug 1 12:26:13 EDT 2006
1.25 Fri Mar 3 08:37:49 EST 2006
1.23 Mon Feb 27 12:49:02 EST 2006
1.21 Wed Feb 8 16:20:44 EST 2006
1.20 Sun Jan 29 19:29:03 EST 2006
1.07 Thu Sep 8 09:33:29 EDT 2005
1.06 Sat Apr 30 00:24:23 EDT 2005
1.05 Thu Nov 4 17:35:31 EST 2004
1.03 Wed Oct 20 12:03:30 EDT 2004
1.03 Tue Oct 19 17:13:04 EDT 2004
1.02 Thu Jun 10 14:26:53 CDT 2004
1.01 Mon May 31 21:13:13 CDT 2004
Caveat utilitor: this module has only been tested by me on *NIX, the assumed directory separation on '/' is most likely broken on ms-dos, VMS, or related filesystems. If any currently available *NIX lacks symlinks please warn me, otherwise YMMV.
1.00 Mon Mar 22 11:18:45 CST 2004
0.18 Tue Mar 16 22:22:02 CST 2004
0.17 Mon Mar 8 23:25:20 CST 2004
0.16 Sat Jan 24 14:52:23 CST 2004
0.15 Sat Jan 24 14:46:22 CST 2004
0.14 Wed Dec 3 12:23:42 CST 2003
0.13 Wed Dec 3 10:12:13 CST 2003
0.11 Wed Nov 26 16:08:35 CST 2003
0.10 Mon Nov 24 16:06:22 CST 2003
Initial release.