2002/ws/desc/tools checklink.pl,1.4,1.5

Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv17754

Modified Files:
	checklink.pl 
Log Message:
Removing -T when calling Perl

Index: checklink.pl
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/checklink.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** checklink.pl	27 Sep 2004 14:53:11 -0000	1.4
--- checklink.pl	24 Nov 2005 11:36:15 -0000	1.5
***************
*** 1,3 ****
! #!/usr/bin/perl -wT
  #
  # W3C Link Checker
--- 1,3 ----
! #!/usr/bin/perl -w
  #
  # W3C Link Checker

Received on Thursday, 24 November 2005 11:37:37 UTC