summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-07-10 18:55:10 -0500
committerJesse Luehrs <doy@tozt.net>2012-07-10 18:55:10 -0500
commitcd9903a1839f6b051c86e44ddcad417bae5f534e (patch)
treee8855052fda68e490e2053e3222c374f6ed021e6
parent63c5566213607f2fabda8ab3c40021b1ca7deca8 (diff)
downloadpackage-stash-xs-cd9903a1839f6b051c86e44ddcad417bae5f534e.tar.gz
package-stash-xs-cd9903a1839f6b051c86e44ddcad417bae5f534e.zip
dzil stuff
-rw-r--r--dist.ini8
-rw-r--r--lib/Package/Stash/XS.pm1
2 files changed, 3 insertions, 6 deletions
diff --git a/dist.ini b/dist.ini
index f879001..fdb9a22 100644
--- a/dist.ini
+++ b/dist.ini
@@ -6,13 +6,9 @@ copyright_holder = Jesse Luehrs
[@DOY]
:version = 0.05
dist = Package-Stash-XS
+repository = github
-[Prereqs]
-perl = 5.8.1
-
-[Prereqs / TestRequires]
-Test::Fatal = 0
-Test::More = 0.88
+[AutoPrereqs]
[Prereqs / DevelopRequires]
Test::LeakTrace = 0
diff --git a/lib/Package/Stash/XS.pm b/lib/Package/Stash/XS.pm
index c93ab48..1946e62 100644
--- a/lib/Package/Stash/XS.pm
+++ b/lib/Package/Stash/XS.pm
@@ -1,6 +1,7 @@
package Package::Stash::XS;
use strict;
use warnings;
+use 5.008001;
# ABSTRACT: faster and more correct implementation of the Package::Stash API
use XSLoader;