From f6601b960ade0b10cded3e5ee9ae27b41dfbe97d Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 22 May 2012 21:36:34 +0000 Subject: export a minimal set of functions --- lib/Parse/EDID.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/Parse/EDID.pm b/lib/Parse/EDID.pm index fb57416..0abfbda 100755 --- a/lib/Parse/EDID.pm +++ b/lib/Parse/EDID.pm @@ -19,6 +19,13 @@ package Parse::EDID; use strict; use warnings; +use base 'Exporter'; + +our @EXPORT = qw( + parse_edid + check_parsed_edid + find_edid_in_string +); my @CVT_ratios = qw(5/4 4/3 3/2 16/10 15/9 16/9); my @known_ratios = @CVT_ratios; -- cgit v1.2.1