increment $VERSION after 0.26 release
[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
c12ceccd 22Test::ReportPrereqs.include = DynaLoader
d2ca7a19 23MinimumPerl.test_finder = all_files_but_special_features
e9e382ec 24
aebf2f41 25; authordep Pod::Weaver::Section::AllowOverride
26
0642a752 27; authordep Devel::PPPort = 3.33
3b02e094 28[PPPort]
0642a752 29version = 3.33 ; gv_init_pvn, gv_fetchpvn_flags
3b02e094 30
d2ca7a19 31[RemovePrereqs]
32remove = feature
33
5a539430 34[Prereqs / TestSuggests]
35B::C = 1.48
b099984f 36Devel::CheckBin = 0
5a539430 37
e479d949 38[OnlyCorePrereqs]
f0c9441e 39check_dual_life_versions = 1
40starting_version = 5.006002 ; when if, Test::More were cored
e479d949 41
54ff9bd6 42; authordep Pod::Weaver::Section::AllowOverride
d9f8ae0c 43
44[MetaResources]
45x_IRC = irc://irc.perl.org/#toolchain
ee6fbaf6 46
47; TODO: make this an option of [Test::MinimumVersion]
48[Substitute]
d6137047 49file = xt/author/minimum-version.t
ee6fbaf6 50file = xt/release/minimum-version.t
d2ca7a19 51code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t", "t\/lexical.t"] }$2/
edcd9b71 52
53[Run::AfterRelease / refresh github remote]
54run = git fetch --all