perl/modules/W3C/LinkChecker/t 00compile.t,NONE,1.1

Update of /sources/public/perl/modules/W3C/LinkChecker/t
In directory hutz:/tmp/cvs-serv14595/t

Added Files:
	00compile.t 
Log Message:
Add a _very_ basic "test suite".

--- NEW FILE: 00compile.t ---
use Test::Simple tests => 1;                                     # -*- perl -*-
use File::Spec ();

ok(system($^X, '-wTc', File::Spec->catfile('bin', 'checklink')) == 0);

Received on Saturday, 17 April 2004 06:28:24 UTC