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;