diff options
-rwxr-xr-x | lib/Parse/EDID.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |