From 9d864172e52511c9b3a7dd7e14c994994d8e6f10 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 6 Dec 2015 18:54:38 -0800 Subject: [PATCH] Add dependencies. --- Supporters/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporters/Makefile.PL b/Supporters/Makefile.PL index a0379b0..dee95b0 100644 --- a/Supporters/Makefile.PL +++ b/Supporters/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Supporters', VERSION_FROM => 'lib/Supporters.pm', # finds $VERSION, requires EU::MM from perl >= 5.5 - PREREQ_PM => {}, # e.g., Module::Name => 1.1 + PREREQ_PM => { DBI => 1.6, 'Test::Exception' => 0.35}, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'lib/Supporters.pm', # retrieve abstract from module AUTHOR => 'Bradley M. Kuhn ', #LICENSE => 'perl',