| Update of /cvsroot/codestriker/codestriker/lib/Codestriker/Repository
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31489/Codestriker/Repository
Modified Files:
	Vss.pm 
Log Message:
Updated comment - and test for email notification.
Index: Vss.pm
===================================================================
RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Repository/Vss.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Vss.pm	31 Oct 2004 21:26:51 -0000	1.10
--- Vss.pm	2 Nov 2004 23:29:53 -0000	1.11
***************
*** 15,19 ****
  use IO::Handle;
  
! # Switch for emitting debug information.
  my $_DEBUG = 1;
  
--- 15,20 ----
  use IO::Handle;
  
! # Switch for emitting debug information, which will output what VSS commands
! # have executed.
  my $_DEBUG = 1;
  
 |