From: Matt S Trout Date: Sat, 12 May 2012 00:54:56 +0000 (+0000) Subject: FORGOT THE DEPENDENCY X-Git-Tag: v1.001001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=commitdiff_plain;h=17c48f72f2634fdadcfc79a623c92582fbf85169 FORGOT THE DEPENDENCY --- diff --git a/Changes b/Changes index 98c1041..94c69d6 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index d8d2514..cea09f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,5 +10,7 @@ WriteMakefile( PREREQ_PM => { strictures => 1, Carp => 0, + 'Import::Into' => 1, + 'Module::Runtime' => '0.013', }, );