From cd9903a1839f6b051c86e44ddcad417bae5f534e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 10 Jul 2012 18:55:10 -0500 Subject: dzil stuff --- lib/Package/Stash/XS.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Package/Stash/XS.pm') 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