|
use 5.018;
WriteMakefile(
NAME => 'Text::ANSITable::SQLStyleSheet' ,
VERSION_FROM => 'lib/Text/ANSITable/SQLStyleSheet.pm' ,
PREREQ_PM => {
},
TEST_REQUIRES => {
'Test::More' => 0,
'Text::ANSITable' => 0,
'JSON' => 0,
'DBD::SQLite' => '1.5' ,
'DBI' => '1.635' ,
},
($] >= 5.005 ?
( ABSTRACT_FROM => 'lib/Text/ANSITable/SQLStyleSheet.pm' ,
AUTHOR => 'Bjoern Hoehrmann <bjoern@hoehrmann.de>' ) : ()),
LICENSE => 'perl' ,
'dist' => {
PREOP => 'chmod 600 Makefile.PL' ,
TARFLAGS => '--group=none --owner=bjoern --mode=a+rw -cvf' ,
},
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git' ,
},
},
},
);
|