validator/misc/bundle/t 00load.t,1.1,1.2

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