diff options
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 547d4b4..3bdee40 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Bundle-W3C-Validator -version: 0.8.4 +version: 0.8.5 abstract: Bundle of modules required by the W3C Markup Validator license: ~ author: diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 20f503c..b02c411 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.4'; +$VERSION = '0.8.5'; 1; |