f9e71bdbf1
filesystems/p5-Module-Path. Module::Path provides a single function, module_path(), which will find where a module is installed locally. It works by looking in all the directories in @INC for an appropriately named file: * Foo::Bar becomes Foo/Bar.pm, using the correct directory path separator for your operating system. * Iterate over @INC, ignoring any references (see "require" in "perlfunc" if you're surprised to hear that you might find references in @INC). * For each directory in @INC, append the partial path (Foo/Bar.pm), again using the correct directory path separator. If the resulting file exists, return this path. * If no file was found, return undef.
5 lines
250 B
Text
5 lines
250 B
Text
$NetBSD: distinfo,v 1.1 2013/07/03 15:06:36 sno Exp $
|
|
|
|
SHA1 (Module-Path-0.09.tar.gz) = 860723625e9d90b7b17857920d5b1046976d97f1
|
|
RMD160 (Module-Path-0.09.tar.gz) = f643de4b9fd0b389cf231fefa7188da5785aa690
|
|
Size (Module-Path-0.09.tar.gz) = 11423 bytes
|