Module::Filename - Returns the filename for a given module


Module-Filename documentation  | view source Contained in the Module-Filename distribution.

Index


NAME

Top

Module::Filename - Returns the filename for a given module

SYNOPSIS

Top

  use Module::Filename;
  my $filename=Module::Filename->new->filename("strict");

DESCRIPTION

Top

USAGE

Top

CONSTRUCTOR

Top

new

  my $mf=Module::Filename->new();

METHODS

Top

filename

Returns the first filename that matches the module in the @INC path array.

  my $filename=Module::Filename->new->filename("strict");

BUGS

Top

Submit to RT and email author.

SUPPORT

Top

Try author.

AUTHOR

Top

    Michael R. Davis
    CPAN ID: MRDVT
    STOP, LLC
    domain=>michaelrdavis,tld=>com,account=>perl
    http://www.stopllc.com/

COPYRIGHT

Top

SEE ALSO

Top

pmpath, Module::Info constructor=>new_from_module, method=>file, Module::InstalledVersion property=>"dir", Module::Locate method=>locate, Module::Util method=>find_installed


Module-Filename documentation  | view source Contained in the Module-Filename distribution.