- From: Ville Skytta <ville@hutz.w3.org>
- Date: Wed, 05 May 2004 18:29:36 +0000
- To: www-validator-cvs@w3.org
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