diff options
author | Guillaume Rousse <guillomovitch@mageia.org> | 2012-08-11 21:45:55 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mageia.org> | 2012-08-11 21:45:55 +0000 |
commit | ca0378649c2a290d4bcd6d4385ec13870698ecfd (patch) | |
tree | 58961cd0d4ac65d07a03fb37e83d0a2612b58247 /lib/Parse | |
parent | 4710732f610e9b9e83a86ed267d9398b1ba1dbbe (diff) | |
download | perl-Parse-EDID-master.tar perl-Parse-EDID-master.tar.gz perl-Parse-EDID-master.tar.bz2 perl-Parse-EDID-master.tar.xz perl-Parse-EDID-master.zip |
Diffstat (limited to 'lib/Parse')
-rwxr-xr-x | lib/Parse/EDID.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/EDID.pm b/lib/Parse/EDID.pm index 29e18d5..9e95ba4 100755 --- a/lib/Parse/EDID.pm +++ b/lib/Parse/EDID.pm @@ -21,7 +21,7 @@ use strict; use warnings; use base 'Exporter'; -our $VERSION = '1.0.3'; +our $VERSION = '1.0.4'; our @EXPORT = qw( parse_edid |