increment $VERSION after 0.26 release
[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_special_features]
8 finder = :TestFiles
9 skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008
10 skip = t/lexical.t      ; trips _feature_bundle (lexical_subs) -> 5.018
11
12 [@Author::ETHER]
13 :version = 0.119
14 ; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git,
15 ; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git
16 ; so we can receive github pull requests
17 server = github
18 GithubMeta.remote = github
19 installer = MakeMaker   ; stay 5.6-friendly
20 authority = cpan:FLORA
21 Test::MinimumVersion.max_target_perl = 5.006
22 Test::ReportPrereqs.include = DynaLoader
23 MinimumPerl.test_finder = all_files_but_special_features
24
25 ; authordep Pod::Weaver::Section::AllowOverride
26
27 ; authordep Devel::PPPort = 3.33
28 [PPPort]
29 version = 3.33  ; gv_init_pvn, gv_fetchpvn_flags
30
31 [RemovePrereqs]
32 remove = feature
33
34 [Prereqs / TestSuggests]
35 B::C = 1.48
36 Devel::CheckBin = 0
37
38 [OnlyCorePrereqs]
39 check_dual_life_versions = 1
40 starting_version = 5.006002 ; when if, Test::More were cored
41
42 ; authordep Pod::Weaver::Section::AllowOverride
43
44 [MetaResources]
45 x_IRC = irc://irc.perl.org/#toolchain
46
47 ; TODO: make this an option of [Test::MinimumVersion]
48 [Substitute]
49 file = xt/author/minimum-version.t
50 file = xt/release/minimum-version.t
51 code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t", "t\/lexical.t"] }$2/
52
53 [Run::AfterRelease / refresh github remote]
54 run = git fetch --all