The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2014-02-19

  • We now fully resolve symlinks in @INC paths. The previous 'fix' for Debian broke the tests on FreeBSD. Thanks to Géraud Continsouzas, and Daniel Lintott for help testing.

Changes for version 0.11_03 - 2014-02-18

  • Another place where we need to worry about getting undef.

Changes for version 0.11_02 - 2014-02-18

  • Wasn't handling the case where abs_path() returns undef, which it does if a symlink "goes nowhere".

Changes for version 0.11_01 - 2014-02-18

  • The testsuite fix in 0.11 caused a breakage on FreeBSD, where a directory path contains a symlink that wasn't the final directory. So now module_path() fully resolves all symlinks in the path, using Cwd::abs_path().

Documentation

display the full path to a perl module (installed locally)

Modules

get the full path to a locally installed module