validator/misc/bundle/t 00load.t,NONE,1.1.2.1

Update of /sources/public/validator/misc/bundle/t
In directory hutz:/tmp/cvs-serv30421/t

Added Files:
      Tag: validator-0_6_0-branch
	00load.t 
Log Message:
First release, for the W3C Markup Validator 0.6.5.

--- NEW FILE: 00load.t ---
use strict;                                                      # -*- perl -*-
use Test;

BEGIN { plan tests => 1 }

eval {
  require Bundle::W3C::Validator;
};
ok(!$@);

Received on Wednesday, 5 May 2004 14:30:20 UTC