summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2006-07-27 20:36:22 +0000
committerNiko Tyni <ntyni@debian.org>2006-07-27 20:36:22 +0000
commitf980b639565ec4e3747f8f5071f67d896576d601 (patch)
treee544dd7c34681d033499fbaaac0672e5460e87ee /Makefile.PL
parent6046da7bb2f7aacf8fe5abe7930a776f77d4d86f (diff)
Load /tmp/tmp.SQRCoL9562/libemail-abstract-perl-2.13 into
packages/libemail-abstract-perl/branches/upstream/current.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bc91eaf..d06c683 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,9 +5,10 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Email::Abstract',
VERSION_FROM => 'lib/Email/Abstract.pm', # finds $VERSION
- PREREQ_PM => {
- 'Email::Simple' => '1.91',
- 'Module::Pluggable' => '1.5',
- 'Test::More' => '0.47',
- },
+ PREREQ_PM => {
+ 'Class::ISA' => '0.20', # first release
+ 'Email::Simple' => '1.91', # avoid undef body
+ 'Module::Pluggable' => '1.5',
+ 'Test::More' => '0.47',
+ },
);