Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Module-Path

Project: openSUSE_13.2

Repository: oss

Title: get the full path to a locally installed module

Description:
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:

I wrote this module because I couldn't find an alternative which dealt with
the points listed above, and didn't pull in what seemed like too many
dependencies to me.

The distribution for 'Module::Path' includes the 'mpath' script, which lets
you get the path for a module from the command-line:

% mpath Module::Path

The 'module_path()' function will also cope if the module name includes
'.pm'; this means you can pass a partial path, such as used as the keys in
'%INC':

module_path('Test/More.pm') eq $INC{'Test/More.pm'}

The above is the basis for one of the tests.

Version: 0.09

Release: 4.1.3

Architecture: noarch

Size: 19.2 KB

Build Time: 2014-10-06 16:43:12 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Module::Path) = 0.09 perl-Perl-PrereqScanner
perl-Module-Path = 0.09-4.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl