diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-11 22:11:09 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-11 22:11:09 -0800 |
commit | b6f4ace7a57f02278a7101801d997129e8230ea0 (patch) | |
tree | 6d268d9df095aa6e553450c8481f40e6f52a18da /Makefile.PL | |
parent | 4ffe0bbe9b0914add9fe1d2f95ba52099ac4b1a1 (diff) |
initial pass at integration, everything that can be done without a test server, RT#25555
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 7 |
1 files changed, 3 insertions, 4 deletions
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 <ivan-indosoft at freeside.biz>}, 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-*' }, |