]> iEval git - webservice-strike.git/blobdiff - Makefile.PL
Remove DEPENDENCIES from README
[webservice-strike.git] / Makefile.PL
index 494aabf523c4e5be8105a8e7352944a442b3f652..ef212a16f3f575fb14146c5add1584db32be30b5 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
+                  Date::Parse           0
+                  IO::Socket::SSL       1.56
+                  JSON::MaybeXS         0
+                  Mozilla::CA           0
+                  Net::SSLeay           1.49
+                  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.016386 seconds and 4 git commands to generate.