Changes for version 1.56 - 2011-11-24

  • Added "use if $^V < v5.12" to pull in version of code useful with v5.8 and later. Basically this just puts a rather thin layer in front of the older code vs. newer (which will use switches for some of the logic, among other things).

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