remove xt/release/minimum-version.t that fails on t/*when.t
[p5sagit/Try-Tiny.git] / dist.ini
index 19de5c4..e790c5c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,28 +1,25 @@
 name = Try-Tiny
-author = Yuval Kogman <nothingmuch@woobling.org>
+author  = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
 author = Jesse Luehrs <doy@tozt.net>
 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
 
 [Prereqs]
 perl = 5.006
 
 [Prereqs / TestRecommends]
 Capture::Tiny = 0.12 ; capture_stderr
+Sub::Util = 0