]> iEval git - webservice-strike.git/blobdiff - Makefile.PL
Update for API V2.1
[webservice-strike.git] / Makefile.PL
index 494aabf523c4e5be8105a8e7352944a442b3f652..b55510f88896b989ad17336f5abd6bd1f75f3209 100644 (file)
@@ -14,15 +14,19 @@ WriteMakefile(
                   Try::Tiny              0/,
        },
        PREREQ_PM         => {
-               qw/Date::Parse     0
-                  JSON::MaybeXS   0
-                  Sort::ByExample 0
-                  URI::Escape     0/,
+               qw/HTTP::Tiny            0.014
+                  Class::Accessor::Fast 0
+                  IO::Socket::SSL       1.56
+                  JSON::MaybeXS         0
+                  Mozilla::CA           0
+                  Net::SSLeay           1.49
+                  Sort::ByExample       0
+                  URI::Escape           0/,
        },
        META_ADD          => {
                dynamic_config => 0,
                resources      => {
-                       repository   => 'http://git.ieval.ro/?p=webservice-strike.git',
+                       repository   => 'https://git.ieval.ro/?p=webservice-strike.git',
                }
        }
 );
This page took 0.022003 seconds and 4 git commands to generate.