this is probably the right fix
[p5sagit/Sub-Name.git] / dist.ini
CommitLineData
54595ea8 1name = Sub-Name
2author = Matthijs van Duin <xmath@cpan.org>
3license = Perl_5
5e55cc3c 4copyright_holder = Matthijs van Duin and cPanel Inc.
54595ea8 5copyright_year = 2004
6
d2ca7a19 7[FileFinder::Filter / all_files_but_special_features]
ee6fbaf6 8finder = :TestFiles
9skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008
d2ca7a19 10skip = t/lexical.t ; trips _feature_bundle (lexical_subs) -> 5.018
ee6fbaf6 11
54595ea8 12[@Author::ETHER]
f74d4993 13:version = 0.119
30769bad 14; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git,
855bf3a6 15; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git
30769bad 16; so we can receive github pull requests
17server = github
855bf3a6 18GithubMeta.remote = github
4e3c2900 19installer = MakeMaker ; stay 5.6-friendly
ee63f983 20authority = cpan:FLORA
54595ea8 21Test::MinimumVersion.max_target_perl = 5.006
117c7476 22Test::ReportPrereqs.include[0] = DynaLoader
23Test::ReportPrereqs.include[1] = Scalar::Util
d2ca7a19 24MinimumPerl.test_finder = all_files_but_special_features
e9e382ec 25
aebf2f41 26; authordep Pod::Weaver::Section::AllowOverride
27
0642a752 28; authordep Devel::PPPort = 3.33
3b02e094 29[PPPort]
0642a752 30version = 3.33 ; gv_init_pvn, gv_fetchpvn_flags
3b02e094 31
d2ca7a19 32[RemovePrereqs]
33remove = feature
34
5a539430 35[Prereqs / TestSuggests]
36B::C = 1.48
b099984f 37Devel::CheckBin = 0
5a539430 38
e479d949 39[OnlyCorePrereqs]
f0c9441e 40check_dual_life_versions = 1
41starting_version = 5.006002 ; when if, Test::More were cored
e479d949 42
54ff9bd6 43; authordep Pod::Weaver::Section::AllowOverride
d9f8ae0c 44
45[MetaResources]
46x_IRC = irc://irc.perl.org/#toolchain
ee6fbaf6 47
48; TODO: make this an option of [Test::MinimumVersion]
49[Substitute]
d6137047 50file = xt/author/minimum-version.t
ee6fbaf6 51file = xt/release/minimum-version.t
d2ca7a19 52code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t", "t\/lexical.t"] }$2/
edcd9b71 53
54[Run::AfterRelease / refresh github remote]
55run = git fetch --all