From ea9091cd32a2b0d9dc8fb9b933febeb06a8c7122 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 30 Dec 2014 09:19:26 +0200 Subject: [PATCH] Add Class::Accessor::Fast to PREREQ_PM --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 815a53c..82d68c0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,8 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/DBI 0 + qw/Class::Accessor::Fast 0 + DBI 0 DBD::SQLite 0 File::Slurp 0 Mac::PropertyList::SAX 0/, -- 2.30.2