1 use ExtUtils::MakeMaker;
4 (MM->can('signature_target') ? (SIGN => 1) : ()),
5 'NAME' => 'Test::Reporter',
7 'lib/Test/Reporter.pm' => '$(INST_LIBDIR)/Reporter.pm',
14 'VERSION_FROM' => 'lib/Test/Reporter.pm',
16 'COMPRESS' => 'gzip --best',
19 EXE_FILES => ['bin/cpantest'],
22 ABSTRACT_FROM => 'lib/Test/Reporter.pm',
23 AUTHOR => 'Adam J. Foxson <afoxson@pobox.com>',
29 ($ExtUtils::MakeMaker::VERSION >= 6.31 ? (LICENSE => 'perl') : ()),