[Codestriker-commits] CVS update: codestriker/lib/Codestriker/Repository Vss.pm
Brought to you by:
sits
|
From: <si...@us...> - 2004-11-03 22:00:26
|
User: sits Date: 04/11/03 14:00:14 Modified: lib/Codestriker/Repository Vss.pm Log: Test VSS commit Index: Vss.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Repository/Vss.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Vss.pm 3 Nov 2004 21:56:03 -0000 1.15 +++ Vss.pm 3 Nov 2004 22:00:13 -0000 1.16 @@ -14,8 +14,7 @@ use File::Temp qw/ tmpnam tempdir /; use IO::Handle; -# Switch for emitting debug information, which will output what VSS commands -# have executed. +# Switch for emitting debug information. my $_DEBUG = 1; # Constructor, which takes the username and password as parameters. |