From 1d3688604eba61eaae0fe72b77f4300cef6b7a29 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Tue, 22 May 2012 21:52:28 +0000 Subject: initial version number --- lib/Parse/EDID.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Parse/EDID.pm b/lib/Parse/EDID.pm index 2bfef38..46c4026 100755 --- a/lib/Parse/EDID.pm +++ b/lib/Parse/EDID.pm @@ -21,6 +21,8 @@ use strict; use warnings; use base 'Exporter'; +our $VERSION = 1.0; + our @EXPORT = qw( parse_edid check_parsed_edid -- cgit v1.2.1