File: README

package info (click to toggle)
libparse-edid-perl 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 436 kB
  • sloc: perl: 1,392; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.