- From: Terje Bless <link@dev.w3.org>
- Date: Wed, 21 Jul 2004 21:02:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle/t
In directory hutz:/tmp/cvs-serv15638/bundle/t
Added Files:
00load.t
Log Message:
Re-adding bundle/* taken from validator-0_6_0-branch at tag
validator-0_6_7-pre3 (0.6.7-release candidate).
--- NEW FILE: 00load.t ---
use strict; # -*- perl -*-
use Test;
BEGIN { plan tests => 1 }
eval {
require Bundle::W3C::Validator;
};
ok(!$@);
Received on Wednesday, 21 July 2004 17:02:34 UTC