X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=bb41df8df1962877330506550cd8f1601d18dc09;hb=51a107a282cad227d50a266324fdcc8944e1db3f;hp=88d73bd766400dfd9007be32178aeae20a9ff0e2;hpb=027bdf22b5a19632b086419e3bac63506a4ead98;p=p5sagit%2FTry-Tiny.git diff --git a/dist.ini b/dist.ini index 88d73bd..bb41df8 100644 --- a/dist.ini +++ b/dist.ini @@ -1,27 +1,45 @@ name = Try-Tiny -author = Yuval Kogman +author = יובל קוג'מן (Yuval Kogman) author = Jesse Luehrs license = MIT -copyright_holder = Yuval Kogman +copyright_holder = יובל קוג'מן (Yuval Kogman) +copyright_year = 2009 -[@DOY] -:version = 0.14 -dist = Try-Tiny -repository = github -authority = cpan:NUFFIN -bugtracker_web = https://github.com/doy/try-tiny/issues -bugtracker_mailto = -done_testing = 0 -Git::Tag_tag_format = %N-%v -Git::NextVersion_version_regexp = ^Try-Tiny-(.+)$ +[FileFinder::Filter / all_files_but_using_5.10_features] +finder = :TestFiles +skip = t/given_when.t +skip = t/when.t -[ContributorsFromGit] - -[AutoPrereqs] +[@Author::ETHER] +:version = 0.119 +; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git, +; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git +; so we can receive github pull requests +server = github +GithubMeta.remote = github +installer = MakeMaker ; stay 5.6-friendly +Authority.authority = cpan:NUFFIN ; tests optionally require 5.010 -skip = ^perl$ -; tests for optional Sub::Name stuff -skip = ^Sub::Name$ +AutoPrereqs.skip = ^perl$ +MinimumPerl.test_finder = all_files_but_using_5.10_features +-remove = Test::CleanNamespaces + +; TODO: make this an option of [Test::MinimumVersion] +[Substitute] +file = xt/release/minimum-version.t +code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/ + +[Prereqs::Soften] +to_relationship = suggests +copy_to = develop.requires +module = Capture::Tiny ; capture_stderr +module = Sub::Name +module = Sub::Util + +[OnlyCorePrereqs] +check_dual_life_versions = 0 + +[Breaks] +Try::Tiny::Except = <= 0.01 ; https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1 -[Prereqs] -perl = 5.006 +[Test::CheckBreaks]