FORGOT THE DEPENDENCY
Matt S Trout [Sat, 12 May 2012 00:54:56 +0000 (00:54 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 98c1041..94c69d6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Actually declare the Import::Into dependency (stupid mst)
+
 1.001000 - 2012-05-12
   - Switch to Import::Into for exporting other things
   - Use Sub::Name to name installed things if available
index d8d2514..cea09f6 100644 (file)
@@ -10,5 +10,7 @@ WriteMakefile(
   PREREQ_PM => {
     strictures => 1,
     Carp => 0,
+    'Import::Into' => 1,
+    'Module::Runtime' => '0.013',
   },
 );