From 96cf146513afbaf6f2842c8c373c0c562fa937f1 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 22 May 2012 21:26:57 +0000 Subject: Initial import NB: SVN to Git Migration corrected initial import issues by squashing all commits relating to that into this initial commit. --- Makefile.PL | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..cc87602 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,6 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Parse::EDID', + VERSION_FROM => 'lib/Parse/EDID.pm', +); -- cgit v1.2.1