X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=ef212a16f3f575fb14146c5add1584db32be30b5;hb=a053ca7c1d28e4c1c5a86e028bd11d2ded5d51b6;hp=0cf0f0caff20db4faeccd82826c33fe311dd41db;hpb=36e7a5a4d06c0f0fc1e3a8f09c3a32494a42e3a2;p=webservice-strike.git diff --git a/Makefile.PL b/Makefile.PL index 0cf0f0c..ef212a1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,16 +14,19 @@ 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 1.56 JSON::MaybeXS 0 - Sort::ByExample 0 - URI::Escape 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', } } );