diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 15:06:36 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 15:06:36 +0000 |
commit | 9f548da7b639eb7dd029b25863144a34e5385aa9 (patch) | |
tree | 2830534ff48ea33783c64ee738430415a2ff45c3 /filesystems/p5-Module-Path/distinfo | |
parent | f08fc21d1b56110aacc278a4836a8a8a2cd69fe5 (diff) | |
download | pkgsrc-9f548da7b639eb7dd029b25863144a34e5385aa9.tar.gz |
Adding package for CPAN distribution Module-Path version 0.09 into
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.
Diffstat (limited to 'filesystems/p5-Module-Path/distinfo')
-rw-r--r-- | filesystems/p5-Module-Path/distinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/filesystems/p5-Module-Path/distinfo b/filesystems/p5-Module-Path/distinfo new file mode 100644 index 00000000000..22f13bbbe32 --- /dev/null +++ b/filesystems/p5-Module-Path/distinfo @@ -0,0 +1,5 @@ +$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 |