diff options
author | ot <ot@localhost> | 2008-02-21 07:10:59 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-02-21 07:10:59 +0000 |
commit | 843bdaa7a00c4710bef571a194eb6d7f52b7e272 (patch) | |
tree | 26a050a04e01480abfa98aa1601f952f22e53efe /misc/bundle | |
parent | 526af0feb7929e4e9f6357dcba224db4c55c2f4d (diff) | |
download | markup-validator-843bdaa7a00c4710bef571a194eb6d7f52b7e272.zip markup-validator-843bdaa7a00c4710bef571a194eb6d7f52b7e272.tar.gz markup-validator-843bdaa7a00c4710bef571a194eb6d7f52b7e272.tar.bz2 |
getting reading for 0.8.3
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 3868de2..89b6a94 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -4,7 +4,7 @@ use 5.8.0; use strict; use vars qw($VERSION); -$VERSION = '0.8.2'; +$VERSION = '0.8.3'; 1; |