From cd9903a1839f6b051c86e44ddcad417bae5f534e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 10 Jul 2012 18:55:10 -0500 Subject: dzil stuff --- dist.ini | 8 ++------ lib/Package/Stash/XS.pm | 1 + 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; -- cgit v1.2.3-54-g00ecf