diff options
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-*' }, |