From: Matt S Trout Date: Mon, 27 Sep 2010 19:11:13 +0000 (+0100) Subject: Makefile.PL X-Git-Tag: release_0.009004~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=50095fd90c5620872041250bd9d8159b67ec8aba Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..12e9fc4 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,5 @@ +use inc::Module::Install; + +all_from('lib/HTML/Zoom.pm'); + +WriteAll;