diff options
author | ot <ot@localhost> | 2007-10-10 08:56:41 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-10-10 08:56:41 +0000 |
commit | ddc8b80ee27e75bdbbc7ae07366cff37feece610 (patch) | |
tree | f7a1db8c599d0f566313057378820dd62230b2b3 /misc/bundle/lib | |
parent | 92d513e742f2787c738158b5196c009f0256137e (diff) | |
download | markup-validator-ddc8b80ee27e75bdbbc7ae07366cff37feece610.zip markup-validator-ddc8b80ee27e75bdbbc7ae07366cff37feece610.tar.gz markup-validator-ddc8b80ee27e75bdbbc7ae07366cff37feece610.tar.bz2 |
pushing towards 0.8.2 release
Diffstat (limited to 'misc/bundle/lib')
-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 e7ee559..3868de2 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.1'; +$VERSION = '0.8.2'; 1; |