From: Marius Gavrilescu Date: Sun, 12 Jul 2015 10:30:46 +0000 (+0300) Subject: Minor fixes in Makefile.PL X-Git-Tag: 1.000~4 X-Git-Url: http://git.ieval.ro/?p=www-offliberty.git;a=commitdiff_plain;h=c73fe05dc69a5e96357b5a0639b3a4ae01395baa Minor fixes in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 191da8e..74979fe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,14 +14,13 @@ WriteMakefile( }, SIGN => 1, PREREQ_PM => { - qw/Getopt::Long 0 - HTML::TreeBuilder 0 - HTTP::Tiny 0/ - }, + qw/HTML::TreeBuilder 0 + HTTP::Tiny 0/, + }, META_ADD => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=www-offliberty.git', + repository => 'https://git.ieval.ro/?p=www-offliberty.git', }, } );