configuring local W3C validator on xampp - windows xp sp3
Posted
by Gabriel
on Stack Overflow
See other posts from Stack Overflow
or by Gabriel
Published on 2010-06-17T21:42:02Z
Indexed on
2010/06/17
21:53 UTC
Read the original article
Hit count: 731
Hi
I have no experience on perl. I am trying to configure the W3C validator on my localhost (win32).
I have already followed all the instructions given by W3C @http://validator.w3.org/docs/install_win.html, but I am getting the following error:
Can't locate loadable object for module Encode::HanExtra in @INC (@INC contains: C:/xampp/perl/lib C:/xampp/perl/site/lib .) at C:/xampp/validator-0.8.6/httpd/cgi-bin/check line 49
Compilation failed in require at C:/xampp/validator-0.8.6/httpd/cgi-bin/check line 49.
BEGIN failed--compilation aborted at C:/xampp/validator-0.8.6/httpd/cgi-bin/check line 49.
I'm running perl 5.10.1 on xampp and the following HandExtra Module http://cpansearch.perl.org/src/AUDREYT/Encode-HanExtra-0.23/lib/Encode/HanExtra.pm
This is C:/xampp/validator-0.8.6/httpd/cgi-bin/check line 49 :
use Encode::HanExtra qw(); # for some chinese character encodings
if I document that line using # I get a similar message related to other object:
Can't locate loadable object for module Sub::Name in @INC (@INC contains: C:/xampp/perl/lib C:/xampp/perl/site/lib .) at C:/xampp/perl/site/lib/Moose.pm line 12
This is Line 12 at Moose.pm : use Sub::Name 'subname';
I don't know how to proceed. I will appreciate any advise.
Thanks
© Stack Overflow or respective owner