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