Skip Menu |

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

Report information
The Basics
Id: 74123
Status: resolved
Priority: 0/
Queue: WebService-Validator-HTML-W3C

People
Owner: struan [...] cpan.org
Requestors: bitcard [...] micah.ws
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



Subject: Missing $ for $self
--- W3C.pm 2012-01-18 15:58:40.000000000 +0000 +++ W3C.pm.patched 2012-01-18 15:59:22.000000000 +0000 @@ -185,7 +185,7 @@ } elsif( $opts{ 'file' } ) { return $self->validate_file( $opts{ 'file' } ); } else { - return self->validator_error( "You need to provide a uri, string or file to validate" ); + return $self->validator_error( "You need to provide a uri, string or file to validate" ); } } else { $uri = shift;
Fixed in 0.28 which is on it's way to the CPAN now. Thanks Struan