From b6f4ace7a57f02278a7101801d997129e8230ea0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jan 2014 22:11:09 -0800 Subject: initial pass at integration, everything that can be done without a test server, RT#25555 --- Makefile.PL | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 20a3a0a..5ad63c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,9 +8,8 @@ WriteMakefile( AUTHOR => q{Ivan Kohler }, VERSION_FROM => 'lib/Net/Indosoft/QSuite.pm', ABSTRACT_FROM => 'lib/Net/Indosoft/QSuite.pm', - LICENSE => 'Artistic_2_0', + LICENSE => 'Perl', PL_FILES => {}, - MIN_PERL_VERSION => 5.006, CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => 0, }, @@ -18,8 +17,8 @@ WriteMakefile( 'Test::More' => 0, }, PREREQ_PM => { - #'ABC' => 1.6, - #'Foo::Bar::Module' => 5.0401, + 'Net::HTTPS::Any' => 0.10, + 'JSON' => 2, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-Indosoft-QSuite-*' }, -- cgit v1.2.1