Result:
found more than 572 distributions - search limited to the first 2001 files matching your query ( run in 0.595 )


App-Rssfilter

 view release on metacpan or  search on metacpan

lib/App/Rssfilter/Cmd/runfromconfig.pm  view on Meta::CPAN

        [ 'config-file|f:s',  'config file for App::Rssfilter (searches for RssFilter.yaml if not set)', ],
        [ 'log|v',  'turn logging on' ],
    );
}

method validate_args( $opt, $args ) { }

method find_config( :$file = 'Rssfilter.yaml', :$dir = cwd() ) {
    $dir = Path::Class::dir->new( $dir )->absolute;
    for( reverse $dir->dir_list ) {
        my $filename = $dir->file( $file );

 view all matches for this distribution


App-SD

 view release on metacpan or  search on metacpan

lib/App/SD/CLI/Command.pm  view on Meta::CPAN

package App::SD::CLI::Command;
use Any::Moose 'Role';
use Params::Validate qw(validate);

=head2 get_content %args

This is a helper routine for use in SD commands to enable getting records
in different ways such as from a file, on the commandline, or from an

 view all matches for this distribution


( run in 0.595 second using v1.01-cache-2.11-cpan-2e29ac893d0 )