Changes for version 1.38 - 2009-06-09

  • 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.

Modules

Locate and 'use lib' directories along the path of $FindBin::Bin to automate locating modules. Uses File::Spec and Cwd's abs_path to accomodate multiple O/S and redundant symlinks.

Examples