[SCM] libpackage-variant-perl Debian packaging branch, master, updated. debian/1.001003-1-16-g363631d

Matt S Trout mst at shadowcat.co.uk
Thu May 9 17:14:00 UTC 2013


The following commit has been merged in the master branch:
commit 17c48f72f2634fdadcfc79a623c92582fbf85169
Author: Matt S Trout <mst at shadowcat.co.uk>
Date:   Sat May 12 00:54:56 2012 +0000

    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',
   },
 );

-- 
libpackage-variant-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list