Minor fixes in Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 12 Jul 2015 10:30:46 +0000 (13:30 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 12 Jul 2015 13:14:18 +0000 (16:14 +0300)
Makefile.PL

index 191da8e8030b83f7427f44635a335ceb7c671084..74979fe2aa3b67fae31b3ae510be8a5f36041668 100644 (file)
@@ -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',
                },
        }
 );
This page took 0.010806 seconds and 4 git commands to generate.