NAME
Module::Filename - Returns the filename for a given module
SYNOPSIS
use Module::Filename;
my $filename=Module::Filename->new->filename("strict");
DESCRIPTION
USAGE
CONSTRUCTOR
new
my $mf=Module::Filename->new();
METHODS
filename
Returns the first filename that matches the module in the @INC path array.
my $filename=Module::Filename->new->filename("strict");
BUGS
Submit to RT and email author.
SUPPORT
Try author.
AUTHOR
Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>michaelrdavis,tld=>com,account=>perl
http://www.stopllc.com/
COPYRIGHT
This program is free software licensed under the...
The BSD License
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
pmpath, Module::Info constructor=>new_from_module, method=>file, Module::InstalledVersion property=>"dir", Module::Locate method=>locate, Module::Util method=>find_installed