From 6653ca790885a4086078b697994ad398ba3ed029 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 22 May 2012 21:49:32 +0000 Subject: initial POD documentation --- lib/Parse/EDID.pm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lib/Parse/EDID.pm b/lib/Parse/EDID.pm index 22865d3..2bfef38 100755 --- a/lib/Parse/EDID.pm +++ b/lib/Parse/EDID.pm @@ -629,3 +629,30 @@ sub group_by2 { } 1; +__END__ + +=head1 NAME + +Parse::EDID - Extended display identification data (EDID) parser + +=head1 DESCRIPTION + +This module provides some function to parse Extended display identification +data binary data structures. + +=head1 FUNCTIONS + +=head2 parse_edid($raw_edid) + +Parse the raw binary edid data, as a string, and return a corresponding data +structure, as an hashref. + +=head2 check_parsed_edid($edid) + +Check the data structure, and return an error message if anything is wrong, an +empty string otherwise. + +=head2 find_edid_in_string($string) + +Extract raw binary edid data from another tool text output, such as xrandr +--prop. -- cgit v1.2.1