X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=715e4884b152e92a343998e2b569f32625c53ebb;hb=0eff1663d01977542009b247f9632a891d8a6a87;hp=0cf0f0caff20db4faeccd82826c33fe311dd41db;hpb=36e7a5a4d06c0f0fc1e3a8f09c3a32494a42e3a2;p=webservice-strike.git diff --git a/Makefile.PL b/Makefile.PL index 0cf0f0c..715e488 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,14 +16,15 @@ WriteMakefile( PREREQ_PM => { qw/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', } } );