work around glob brokenness on pre-5.14
[gitmo/Package-Stash-XS.git] / dist.ini
index 4c1e18f..f879001 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,24 +1,20 @@
-name = Package-Stash
+name = Package-Stash-XS
 author = Jesse Luehrs <doy at tozt dot net>
 license = Perl_5
 copyright_holder = Jesse Luehrs
 
 [@DOY]
 :version = 0.05
-dist = Package-Stash
-awesome = =inc::MMPackageStash
+dist = Package-Stash-XS
 
 [Prereqs]
-perl = 5.8.3
-Package::DeprecationManager = 0
-Scalar::Util = 0
+perl = 5.8.1
 
 [Prereqs / TestRequires]
 Test::Fatal = 0
 Test::More = 0.88
-Test::Requires = 0
 
-[Prereqs / TestRecommends]
+[Prereqs / DevelopRequires]
 Test::LeakTrace = 0
 
 ; we maintain a Makefile.PL in the repository to be able to work without dzil,