move Sub::Util prereq to suggests
[p5sagit/Try-Tiny.git] / dist.ini
index 9340af3..1c41018 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,8 +1,9 @@
 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
 
 [@Author::ETHER]
 installer = MakeMaker
@@ -14,10 +15,17 @@ AutoPrereqs.skip[1] = ^Sub::Name$
 AutoPrereqs.skip[2] = ^Sub::Util$
 ; tests optionally require 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