X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=715e4884b152e92a343998e2b569f32625c53ebb;hb=refs%2Ftags%2F0.004;hp=494aabf523c4e5be8105a8e7352944a442b3f652;hpb=27da1d36f6be05af35e74a57848cabf138cf3fc3;p=webservice-strike.git diff --git a/Makefile.PL b/Makefile.PL index 494aabf..715e488 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,15 +14,17 @@ WriteMakefile( Try::Tiny 0/, }, PREREQ_PM => { - qw/Date::Parse 0 - JSON::MaybeXS 0 - Sort::ByExample 0 - URI::Escape 0/, + qw/Class::Accessor::Fast 0 + Date::Parse 0 + IO::Socket::SSL 0 + JSON::MaybeXS 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', } } );