Dist-Zilla
view release on metacpan or search on metacpan
lib/Dist/Zilla/Role/FileFinder.pm view on Meta::CPAN
#pod glob = *.pm
#pod
#pod This sets up a FileFinder named "RootModules" which will contain all F<pm>
#pod files in the root directory.
#pod
#pod Another plugin that knows how to use FileFinder plugins might be configured
#pod like this:
#pod
#pod [ModuleRelocator]
#pod finder = RootModules
#pod relocate_to = attic
#pod
#pod Finders may operate on any rules they like, checking file size, content, name,
#pod or other properties. They should re-perform their "finding" on each call to
#pod C<find_files> as the files in the distribution may have changed.
#pod
#pod =cut
requires 'find_files';
1;
lib/Dist/Zilla/Role/FileFinder.pm view on Meta::CPAN
glob = *.pm
This sets up a FileFinder named "RootModules" which will contain all F<pm>
files in the root directory.
Another plugin that knows how to use FileFinder plugins might be configured
like this:
[ModuleRelocator]
finder = RootModules
relocate_to = attic
Finders may operate on any rules they like, checking file size, content, name,
or other properties. They should re-perform their "finding" on each call to
C<find_files> as the files in the distribution may have changed.
=head1 PERL VERSION
This module should work on any version of perl still receiving updates from
the Perl 5 Porters. This means it should work on any version of perl
released in the last two to three years. (That is, if the most recently
( run in 0.350 second using v1.01-cache-2.11-cpan-71847e10f99 )