The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.36 - 2008-01-13

  • Add eval for abs_path, apparently Cygwin's abs_path croaks when the path doesn't exist (vs. simply returning undef). Fix is to eval the abs_path calls.

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.

Provides

in lib/FindBin/libs.pm

Examples