dep on Exporter 5.57 (RT#87131)
Karen Etheridge [Mon, 22 Jul 2013 15:34:15 +0000 (08:34 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 31ef0e3..1224a09 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Role-Tiny
 
+  - add explicit dependency on the version of Exporter that added 'import'
+
 1.003001   2013-07-14
   - fix test accidentally requiring Class::Method::Modifiers
 
index 4239cb9..0b79b06 100644 (file)
@@ -16,6 +16,7 @@ WriteMakefile(
   NAME => 'Role::Tiny',
   VERSION_FROM => 'lib/Role/Tiny.pm',
   PREREQ_PM => {
+    Exporter => '5.57',
     ($] >= 5.010 ? () : ('MRO::Compat' => 0)),
     ($mymeta_works ? () : (%BUILD_DEPS)),
   },