aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mageia.org>2012-05-29 17:59:58 +0000
committerGuillaume Rousse <guillomovitch@mageia.org>2012-05-29 17:59:58 +0000
commitd252909800a1d030ca60f366269c29f22adc65ee (patch)
treeed232d5b9461de3d34c4b4f9ebbe7fb91d884b26
parent8158161c68b41f775083117cfc1a6c48c0c073c7 (diff)
downloadperl-Parse-EDID-d252909800a1d030ca60f366269c29f22adc65ee.tar
perl-Parse-EDID-d252909800a1d030ca60f366269c29f22adc65ee.tar.gz
perl-Parse-EDID-d252909800a1d030ca60f366269c29f22adc65ee.tar.bz2
perl-Parse-EDID-d252909800a1d030ca60f366269c29f22adc65ee.tar.xz
perl-Parse-EDID-d252909800a1d030ca60f366269c29f22adc65ee.zip
add abstract property
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
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'
);