test for renaming lexical subs
[p5sagit/Sub-Name.git] / dist.ini
1 name = Sub-Name
2 author  = Matthijs van Duin <xmath@cpan.org>
3 license = Perl_5
4 copyright_holder = Matthijs van Duin and cPanel Inc.
5 copyright_year = 2004
6
7 [FileFinder::Filter / all_files_but_exotic_names]
8 finder = :TestFiles
9 skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008
10
11 [@Author::ETHER]
12 :version = 0.119
13 ; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git,
14 ; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git
15 ; so we can receive github pull requests
16 server = github
17 GithubMeta.remote = github
18 installer = MakeMaker   ; stay 5.6-friendly
19 Authority.authority = cpan:FLORA
20 Test::MinimumVersion.max_target_perl = 5.006
21 Test::ReportPrereqs.include = DynaLoader
22 MinimumPerl.test_finder = all_files_but_exotic_names
23
24 ; authordep Pod::Weaver::Section::AllowOverride
25
26 [PPPort]
27
28 [Prereqs / TestSuggests]
29 B::C = 1.48
30 Devel::CheckBin = 0
31
32 [Prereqs / DevelopRequires]
33 Devel::PPPort = 3.33    ; gv_init_pvn, gv_fetchpvn_flags
34
35 [OnlyCorePrereqs]
36 check_dual_life_versions = 0
37
38 ; authordep Pod::Weaver::Section::AllowOverride
39
40 [MetaResources]
41 x_IRC = irc://irc.perl.org/#toolchain
42
43 ; TODO: make this an option of [Test::MinimumVersion]
44 [Substitute]
45 file = xt/release/minimum-version.t
46 code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t"] }$2/