From 65159835622b703d7c0f48aea48867a5590553e6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 10 Jul 2012 18:57:03 -0500 Subject: dzil stuff --- dist.ini | 11 ++--------- lib/Package/Stash.pm | 1 + 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dist.ini b/dist.ini index effc0f6..a013e4c 100644 --- a/dist.ini +++ b/dist.ini @@ -6,25 +6,18 @@ copyright_holder = Jesse Luehrs [@DOY] :version = 0.05 dist = Package-Stash +repository = github awesome = =inc::MMPackageStash CompileTests_skip = [Cc]onflicts$ [=inc::DistMeta] dynamic_config = 1 -[Prereqs] -perl = 5.8.1 -Package::DeprecationManager = 0 -Scalar::Util = 0 +[AutoPrereqs] [Prereqs / RuntimeRecommends] Package::Stash::XS = 0.24 -[Prereqs / TestRequires] -Test::Fatal = 0 -Test::More = 0.88 -Test::Requires = 0 - [Prereqs / DevelopRequires] Test::LeakTrace = 0 diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm index 59e2853..605e97b 100644 --- a/lib/Package/Stash.pm +++ b/lib/Package/Stash.pm @@ -1,6 +1,7 @@ package Package::Stash; use strict; use warnings; +use 5.008001; # ABSTRACT: routines for manipulating stashes our $IMPLEMENTATION; -- cgit v1.2.3