NAME
Module::Build::Kwalitee::Util - find modules & programs to test
SYNOPSIS
use Module::Build::Kwalitee::Util;
my @module_files = module_files();
my @pod_files = pod_files();
my @test_files = test_files();
my $package = path_to_package($files);
DESCRIPTION
- module_files()
-
Returns a list of all modules found.
- pod_files()
-
Returns a list of all pod files found.
- test_files()
-
Returns a list of all test files found.
- path_to_package( path )
-
Convert a filesystem path to a package name
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 23:
=over without closing =back