X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=1c410183384d733ff89129ebf1900e9b11039d3a;hb=080684866fa2383a0dfb7edd95ec107ba1a476b3;hp=19de5c42fe7ad642ac4edabf717e2b17cf076d41;hpb=e6a2052b1a32d36d2b7cd6c7cbf75bb62512ab0e;p=p5sagit%2FTry-Tiny.git diff --git a/dist.ini b/dist.ini index 19de5c4..1c41018 100644 --- a/dist.ini +++ b/dist.ini @@ -1,28 +1,31 @@ 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 -done_testing = 0 -Git::Tag_tag_format = %N-%v -Git::NextVersion_version_regexp = ^Try-Tiny-(.+)$ - -[AutoPrereqs] +[@Author::ETHER] +installer = MakeMaker +Authority.authority = cpan:NUFFIN ; tests optionally require 5.010 -skip = ^perl$ +AutoPrereqs.skip[0] = ^perl$ ; tests for optional Sub::Name stuff -skip = ^Sub::Name$ +AutoPrereqs.skip[1] = ^Sub::Name$ +AutoPrereqs.skip[2] = ^Sub::Util$ ; tests optionally require Capture::Tiny -skip = ^Capture::Tiny$ +AutoPrereqs.skip[3] = ^Capture::Tiny$ +-remove = Test::MinimumVersion ; t/given_when.t implies needing 5.010 +-remove = Test::CleanNamespaces + +[RemovePrereqs] +remove = perl ; 5.010 prereq found in t/*when.t [Prereqs] perl = 5.006 [Prereqs / TestRecommends] Capture::Tiny = 0.12 ; capture_stderr + +[Prereqs / TestSuggests] +Sub::Util = 0