File: dist.ini

package info (click to toggle)
libpath-dispatcher-perl 1.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 512 kB
  • sloc: perl: 1,046; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
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!