diff options
author | Guillaume Rousse <guillomovitch@mageia.org> | 2012-05-22 21:26:57 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mageia.org> | 2012-05-22 21:26:57 +0000 |
commit | 96cf146513afbaf6f2842c8c373c0c562fa937f1 (patch) | |
tree | 948bc4170b76e61811982581170460d02a73f625 /README | |
download | perl-Parse-EDID-96cf146513afbaf6f2842c8c373c0c562fa937f1.tar perl-Parse-EDID-96cf146513afbaf6f2842c8c373c0c562fa937f1.tar.gz perl-Parse-EDID-96cf146513afbaf6f2842c8c373c0c562fa937f1.tar.bz2 perl-Parse-EDID-96cf146513afbaf6f2842c8c373c0c562fa937f1.tar.xz perl-Parse-EDID-96cf146513afbaf6f2842c8c373c0c562fa937f1.zip |
Initial import
NB: SVN to Git Migration corrected initial import issues by squashing
all commits relating to that into this initial commit.
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +Parse::EDID +=========== + +DESCRIPTION +----------- + +This module provides some function to parse Extended Display Identification +Data binary data structures. + +INSTALLATION +------------ + +To install this module type the following: + +tar xvzf Parse::EDID-X.XX.tar.gz +cd Parse::EDID-X.XX +perl Makefile.PL +make +make test +make install + +AUTHORS +------- +This code was initially created by Pascal Rigaux as monitor-parse-edid +executable, included in monitor-edid Mandriva tools suite. Anssi Hannula +maintained it thereafter. Guillaume Rousse finally turned into a generic Perl +module. |