- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Apr 2007 21:41:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/t In directory hutz:/tmp/cvs-serv28382/t Modified Files: 00compile.t Log Message: Autogenerate a dummy *.pm for CPAN indexing purposes. Index: 00compile.t =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/t/00compile.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 00compile.t 17 Apr 2004 10:28:07 -0000 1.1 +++ 00compile.t 19 Apr 2007 21:41:55 -0000 1.2 @@ -1,4 +1,5 @@ -use Test::Simple tests => 1; # -*- perl -*- +use Test::More tests => 2; # -*- perl -*- use File::Spec (); ok(system($^X, '-wTc', File::Spec->catfile('bin', 'checklink')) == 0); +require_ok('W3C::LinkChecker');
Received on Thursday, 19 April 2007 21:42:06 UTC