]> iEval git - webservice-strike.git/blobdiff - Makefile.PL
Depend on HTTP::Tiny 0.014 (for www_form_urlencode)
[webservice-strike.git] / Makefile.PL
index 0cf0f0caff20db4faeccd82826c33fe311dd41db..8f1548d7c5ed31e58dd676449bcfabe30c367913 100644 (file)
@@ -14,16 +14,18 @@ WriteMakefile(
                   Try::Tiny              0/,
        },
        PREREQ_PM         => {
-               qw/Class::Accessor::Fast 0
+               qw/HTTP::Tiny            0.014
+                  Class::Accessor::Fast 0
                   Date::Parse           0
+                  IO::Socket::SSL       0
                   JSON::MaybeXS         0
-                  Sort::ByExample       0
-                  URI::Escape           0/,
+                  Mozilla::CA           0
+                  Sort::ByExample       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.024747 seconds and 4 git commands to generate.