diff options
author | ville <ville@localhost> | 2009-01-04 10:41:21 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-04 10:41:21 +0000 |
commit | 043b267f2011866674976e65df163658658a4ffa (patch) | |
tree | e6dc09bd449bca7e2e8b11d2b1c8ff4f42e79623 /misc/bundle/lib/Bundle/W3C | |
parent | abf3be9b67d992d1bf2225090bc3d7fd0259d956 (diff) | |
download | markup-validator-043b267f2011866674976e65df163658658a4ffa.zip markup-validator-043b267f2011866674976e65df163658658a4ffa.tar.gz markup-validator-043b267f2011866674976e65df163658658a4ffa.tar.bz2 |
Use File::Spec::Functions for somewhat more compact code.
Diffstat (limited to 'misc/bundle/lib/Bundle/W3C')
-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 2e77d69..756471b 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -25,7 +25,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> Encode Encode::HanExtra Encode::JIS2K - File::Spec + File::Spec::Functions HTML::Encoding 0.52 HTML::Parser 3.25 HTML::Template 2.6 |