changes entries for commits from PR#9
[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
ee6fbaf6 7[FileFinder::Filter / all_files_but_exotic_names]
8finder = :TestFiles
9skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008
10
54595ea8 11[@Author::ETHER]
f74d4993 12:version = 0.119
30769bad 13; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git,
855bf3a6 14; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git
30769bad 15; so we can receive github pull requests
16server = github
855bf3a6 17GithubMeta.remote = github
4e3c2900 18installer = MakeMaker ; stay 5.6-friendly
54595ea8 19Authority.authority = cpan:FLORA
20Test::MinimumVersion.max_target_perl = 5.006
c12ceccd 21Test::ReportPrereqs.include = DynaLoader
ee6fbaf6 22MinimumPerl.test_finder = all_files_but_exotic_names
e9e382ec 23
aebf2f41 24; authordep Pod::Weaver::Section::AllowOverride
25
3b02e094 26[PPPort]
27
5a539430 28[Prereqs / TestSuggests]
29B::C = 1.48
b099984f 30Devel::CheckBin = 0
5a539430 31
0f82007c 32[Prereqs / DevelopRequires]
33Devel::PPPort = 3.33 ; gv_init_pvn, gv_fetchpvn_flags
34
e479d949 35[OnlyCorePrereqs]
f0c9441e 36check_dual_life_versions = 1
37starting_version = 5.006002 ; when if, Test::More were cored
e479d949 38
54ff9bd6 39; authordep Pod::Weaver::Section::AllowOverride
d9f8ae0c 40
41[MetaResources]
42x_IRC = irc://irc.perl.org/#toolchain
ee6fbaf6 43
44; TODO: make this an option of [Test::MinimumVersion]
45[Substitute]
46file = xt/release/minimum-version.t
47code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t"] }$2/