initial pass at integration, everything that can be done without a test server, RT...
[Net-Indosoft-QSuite.git] / Makefile.PL
index 20a3a0a..5ad63c1 100644 (file)
@@ -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-*' },