diff options
author | Guillaume Rousse <guillomovitch@mageia.org> | 2012-08-11 20:43:44 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mageia.org> | 2012-08-11 20:43:44 +0000 |
commit | 4710732f610e9b9e83a86ed267d9398b1ba1dbbe (patch) | |
tree | ad6d39f70726cec21d335950f84bc62d55cca0af /lib/Parse | |
parent | 55001a9f846786446ee75e7b9c7e41adf35a68b4 (diff) | |
download | perl-Parse-EDID-4710732f610e9b9e83a86ed267d9398b1ba1dbbe.tar perl-Parse-EDID-4710732f610e9b9e83a86ed267d9398b1ba1dbbe.tar.gz perl-Parse-EDID-4710732f610e9b9e83a86ed267d9398b1ba1dbbe.tar.bz2 perl-Parse-EDID-4710732f610e9b9e83a86ed267d9398b1ba1dbbe.tar.xz perl-Parse-EDID-4710732f610e9b9e83a86ed267d9398b1ba1dbbe.zip |
bump release
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 aaf4aa4..29e18d5 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.2'; +our $VERSION = '1.0.3'; our @EXPORT = qw( parse_edid |