]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: update dependencies
authorEric Wong <normalperson@yhbt.net>
Sat, 5 Apr 2014 10:55:44 +0000 (10:55 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 5 Apr 2014 10:55:44 +0000 (10:55 +0000)
This is lightly tested.

Makefile.PL

index 6b2e16ff1b1a63153f3673153d800e3f9a7d3034..5d2f5c572bc4ca5133089fd09b3d5250f6dd73a0 100644 (file)
@@ -20,6 +20,10 @@ WriteMakefile(
                'Date::Parse' => 0,
                'Encode::MIME::Header' => 0,
                'XML::Atom::SimpleFeed' => 0,
                'Date::Parse' => 0,
                'Encode::MIME::Header' => 0,
                'XML::Atom::SimpleFeed' => 0,
+               'IPC::Open2' => 0,
+               'File::Path::Expand' => 0,
+               'CGI' => 0,
+               'URI::Escape' => 0,
                # We have more test dependencies, but do not force
                # users to install them
        },
                # We have more test dependencies, but do not force
                # users to install them
        },