From d252909800a1d030ca60f366269c29f22adc65ee Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 29 May 2012 17:59:58 +0000 Subject: add abstract property --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index cc87602..c2b9771 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,4 +3,5 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Parse::EDID', VERSION_FROM => 'lib/Parse/EDID.pm', + ABSTRACT_FROM => 'lib/Parse/EDID.pm' ); -- cgit v1.2.1