Skip to content

Commit

Permalink
Merge pull request #5 from zoffixznet/RT-71679--CGI-prereq
Browse files Browse the repository at this point in the history
Declare modules required for testing
  • Loading branch information
scottwalters committed May 28, 2015
2 parents 24a5d9b + 3d94538 commit ca35416
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,32 @@ WriteMakefile(
'Class::Load' => 0.20,
'perl' => q(5.008),
},
TEST_REQUIRES => {
'Attribute::Handlers' => 0,
'CGI' => 0,
'Cwd' => 0,
'English' => 0,
'File::Find' => 0,
'File::Path' => 0,
'File::Spec' => 0,
'IO::File' => 0,
'IO::Handle' => 0,
'IPC::Open3' => 0,
'Moose' => 0,
'Storable' => 0,
'Test::CPAN::Meta' => 0,
'Test::Class' => 0,
'Test::MockObject' => 0,
'Test::More' => 0,
'Test::Pod::Content' => 0,
'Test::Warn' => 0,
'Test::XML' => 0,
'XML::LibXML' => 0,
'diagnostics' => 0,
'lib' => 0,
'parent' => 0,
'utf8' => 0,
},
test => { RECURSIVE_TEST_FILES => 1, },
ABSTRACT_FROM => 'lib/SOAP/WSDL.pm',
AUTHOR => 'Scott Walters <scott@slowass.net>',
Expand Down

0 comments on commit ca35416

Please sign in to comment.