changelog
[gitmo/Package-Stash-XS.git] / dist.ini
index 94ac0fa..f38972f 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,4 +1,4 @@
-name = Package-Stash
+name = Package-Stash-XS
 author = Jesse Luehrs <doy at tozt dot net>
 license = Perl_5
 copyright_holder = Jesse Luehrs
@@ -6,16 +6,18 @@ copyright_holder = Jesse Luehrs
 [@DOY]
 :version = 0.05
 dist = Package-Stash
-awesome = =inc::MMPackageStash
 
 [Prereqs]
-Scalar::Util = 0
+perl = 5.8.3
 
 [Prereqs / TestRequires]
 Test::Fatal = 0
 Test::More = 0.88
 Test::Requires = 0
 
+[Prereqs / TestRecommends]
+Test::LeakTrace = 0
+
 ; we maintain a Makefile.PL in the repository to be able to work without dzil,
 ; but for the distribution we let dzil generate a Makefile.PL with the proper
 ; dependencies and such