Skip Menu |

This queue is for tickets about the Test-HTML-W3C CPAN distribution.

Report information
The Basics
Id: 26989
Status: resolved
Priority: 0/
Queue: Test-HTML-W3C

People
Owner: Nobody in particular
Requestors: ADIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Would be nice if validator could update as well as access
Current I can't change the validator object that Test::HTML::W3C uses in any kind of vaguely polite manner. It would be nice if you could also: # change the validator validator( $some_other_validator_object ) since it would allow me to shim in custom user agents, etc. into the validator object - useful for password protected sites, etc. Cheers, Adrian PS Thank you - very useful module :-)
The user is able to provide their own validator per the perldoc: my $v = validator(); $v->validator_uri($my_own_validator);