From: Matt S Trout Date: Wed, 22 Jun 2011 11:28:36 +0000 (+0100) Subject: create Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTest-Harness-Selenium.git;a=commitdiff_plain;h=9dda9c18e414609ff6569c265bd13f0b4a6295ba create Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..c05a4d0 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,19 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Test-Harness-Selenium', + VERSION_FROM => 'lib/Test/Harness/Selenium.pm', + LICENSE => 'perl', + PREREQ_PM => { + map +($_ => 0), qw( + File::Find::Rule + Socialtext::WikiFixture::Selenese + HTML::TableExtract + IO::All + Alien::SeleniumRC + Child + Class::Method::Modifiers + strictures + ) + } +);