OpenTracing-AutoScope

 view release on metacpan or  search on metacpan

t/WrapScope/ConfigGenerator/examine_files.t  view on Meta::CPAN

        name     => 'everything',
        args     => [ files => [ '*', '*/*' ], ],
        expected => [qw/
            main::run_foo
            TopLvl1::top_1_stuff
            TopLvl1::top_1_something
            TopLvl1::_top_1_private
            TopLvl2::top_2_stuff
            TopLvl2::top_2_something
            TopLvl2::_top_2_private
            Secret::Encryption::get_private_keys
            Secret::Encryption::hash
            Secret::Passwords::get_passwords
        /],
    },
    {
        name     => 'ignore dir',
        args     => [
            files  => [ '*', '*/*' ],
            ignore => [ 'Secret/*' ],
        ],

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.685 second using v1.00-cache-2.02-grep-82fe00e-cpan-2cc899e4a130 )