Makefile.PL
Matt S Trout [Mon, 27 Sep 2010 19:11:13 +0000 (20:11 +0100)]
Makefile.PL [new file with mode: 0644]

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..12e9fc4
--- /dev/null
@@ -0,0 +1,5 @@
+use inc::Module::Install;
+
+all_from('lib/HTML/Zoom.pm');
+
+WriteAll;