summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;