From c73fe05dc69a5e96357b5a0639b3a4ae01395baa Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 12 Jul 2015 13:30:46 +0300 Subject: [PATCH] Minor fixes in Makefile.PL --- Makefile.PL | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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', }, } ); -- 2.30.2