X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=376c903b4f6b39e2422f82a6af7491b721510d90;hb=7788aa10798285b6feff86536858e8c947065cb5;hp=dda9b94cd4623d3b4dfd44329c3ec0cb178e682c;hpb=12b7dc6c414667cc6149670898a9a7444a2807a9;p=p5sagit%2FTry-Tiny.git diff --git a/dist.ini b/dist.ini index dda9b94..376c903 100644 --- a/dist.ini +++ b/dist.ini @@ -1,25 +1,24 @@ 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.12 -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-(.+)$ - -[ContributorsFromGit] - -[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 +AutoPrereqs.skip[1] = ^Sub::Name$ +AutoPrereqs.skip[2] = ^Sub::Util$ +; tests optionally require Capture::Tiny +AutoPrereqs.skip[3] = ^Capture::Tiny$ [Prereqs] perl = 5.006 + +[Prereqs / TestRecommends] +Capture::Tiny = 0.12 ; capture_stderr +Sub::Util = 0