[otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem/Number AutoIncrement.pm, 1.1, 1.2

cvs-log at otrs.org cvs-log at otrs.org
Mon Jul 2 15:27:12 GMT 2007


Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/Number
In directory lancelot:/tmp/cvs-serv9317/Kernel/System/ITSMConfigItem/Number

Modified Files:
	AutoIncrement.pm 
Log Message:
Code cleanup.

Author: mh

Index: AutoIncrement.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/Number/AutoIncrement.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AutoIncrement.pm	16 Mar 2007 15:52:26 -0000	1.1
--- AutoIncrement.pm	2 Jul 2007 15:27:07 -0000	1.2
***************
*** 1,5 ****
  # --
  # Kernel/System/ITSMConfigItem/Number/AutoIncrement.pm - config item number backend module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/System/ITSMConfigItem/Number/AutoIncrement.pm - config item number backend module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use vars qw(@ISA $VERSION);


More information about the cvs-log mailing list