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

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



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

Returns the first filename that matches the module in the @INC path array.
my $filename=Module::Filename->new->filename("strict");

Submit to RT and email author.

Try author.

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

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.

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