1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Excel::Template::Plus',
'VERSION_FROM' => 'lib/Excel/Template/Plus.pm',
'PREREQ_PM' => {
'Excel::Template' => '0',
'File::Spec' => 0,
'FindBin' => 0,
'IO::String' => '0',
'Module::Runtime' => '0',
'Moose' => '0.18',
'MooseX::Param' => '0.01',
'Spreadsheet::ParseExcel' => '0',
'Template' => '0',
'Test::Deep' => '0',
'Test::Exception' => '0.21',
'Test::More' => '0.47'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {},
'test' => {
'TESTS' => 't/*.t t/templates/*.t t/xls/*.t'
}
)
;
|