1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
name = Path-Dispatcher
author = Shawn M Moore, C<< <sartak at bestpractical.com> >>
license = Perl_5
copyright_holder = Shawn M Moore
[FileFinder::Filter / all_files_but_using_5.10_features]
finder = :TestFiles
skip = t/026-named-captures.t
[@Author::ETHER]
:version = 0.119
authority = cpan:SARTAK
MinimumPerl.test_finder = all_files_but_using_5.10_features
Test::MinimumVersion.max_target_perl = 5.008003
-remove = Test::PodSpelling ; TODO
-remove = PodCoverageTests ; TODO
-remove = Test::CleanNamespaces ; TODO
[Substitute]
file = xt/author/minimum-version.t
code = s!^(all_minimum_version_ok\([^)]+)(\s*\);)!$1, { skip => ['t/026-named-captures.t'] }$2!
|