Add Class::Accessor::Fast to PREREQ_PM
[zeal.git] / Makefile.PL
CommitLineData
c1c9c817
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'Zeal',
6 VERSION_FROM => 'lib/Zeal.pm',
7 ABSTRACT_FROM => 'lib/Zeal.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
11 SIGN => 1,
12 PREREQ_PM => {
ea9091cd
MG
13 qw/Class::Accessor::Fast 0
14 DBI 0
c1c9c817
MG
15 DBD::SQLite 0
16 File::Slurp 0
17 Mac::PropertyList::SAX 0/,
18 },
19 META_ADD => {
20 dynamic_config => 0,
21 resources => {
22 repository => 'http://git.ieval.ro/?p=zeal.git',
23 },
24 }
25);
This page took 0.011268 seconds and 4 git commands to generate.