aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5eb6f96
--- /dev/null
+++ b/README
@@ -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.