[otrs-cvs] ITSMConfigItem/Kernel/System/ITSMConfigItem
Definition.pm, 1.9, 1.10 Number.pm, 1.3, 1.4 Version.pm, 1.11,
1.12 XML.pm, 1.7, 1.8
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 15:27:12 GMT 2007
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/System ITSMConfigItem.pm, 1.15,
1.16
- Next message: [otrs-cvs] ITSMConfigItem/Kernel/Output/HTML
ITSMConfigItemLayoutCustomer.pm, 1.3,
1.4 ITSMConfigItemLayoutDate.pm, 1.6,
1.7 ITSMConfigItemLayoutDateTime.pm, 1.7,
1.8 ITSMConfigItemLayoutDummy.pm, 1.4,
1.5 ITSMConfigItemLayoutGeneralCatalog.pm, 1.11,
1.12 ITSMConfigItemLayoutInteger.pm, 1.1,
1.2 ITSMConfigItemLayoutText.pm, 1.10,
1.11 ITSMConfigItemLayoutTextArea.pm, 1.11,
1.12 ITSMConfigItemMenuGeneric.pm, 1.1.1.1,
1.2 ITSMConfigItemMenuVersions.pm, 1.1,
1.2 LayoutITSMConfigItem.pm, 1.7,
1.8 LinkObject2LayoutITSMConfigItem.pm, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem
In directory lancelot:/tmp/cvs-serv9317/Kernel/System/ITSMConfigItem
Modified Files:
Definition.pm Number.pm Version.pm XML.pm
Log Message:
Code cleanup.
Author: mh
Index: Definition.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/Definition.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Definition.pm 20 Jun 2007 16:13:01 -0000 1.9
--- Definition.pm 2 Jul 2007 15:27:07 -0000 1.10
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw($VERSION);
Author: mh
Index: Number.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/Number.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Number.pm 31 May 2007 14:18:45 -0000 1.3
--- Number.pm 2 Jul 2007 15:27:07 -0000 1.4
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw(@ISA $VERSION);
Author: mh
Index: Version.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/Version.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Version.pm 19 Jun 2007 09:19:28 -0000 1.11
--- Version.pm 2 Jul 2007 15:27:07 -0000 1.12
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw($VERSION);
Author: mh
Index: XML.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem/XML.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** XML.pm 13 Apr 2007 11:23:42 -0000 1.7
--- XML.pm 2 Jul 2007 15:27:07 -0000 1.8
***************
*** 1,5 ****
# --
# Kernel/System/ITSMConfigItem/XML.pm - sub module of ITSMConfigItem.pm with xml functions
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/ITSMConfigItem/XML.pm - sub module of ITSMConfigItem.pm with xml functions
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use vars qw($VERSION);
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/System ITSMConfigItem.pm, 1.15,
1.16
- Next message: [otrs-cvs] ITSMConfigItem/Kernel/Output/HTML
ITSMConfigItemLayoutCustomer.pm, 1.3,
1.4 ITSMConfigItemLayoutDate.pm, 1.6,
1.7 ITSMConfigItemLayoutDateTime.pm, 1.7,
1.8 ITSMConfigItemLayoutDummy.pm, 1.4,
1.5 ITSMConfigItemLayoutGeneralCatalog.pm, 1.11,
1.12 ITSMConfigItemLayoutInteger.pm, 1.1,
1.2 ITSMConfigItemLayoutText.pm, 1.10,
1.11 ITSMConfigItemLayoutTextArea.pm, 1.11,
1.12 ITSMConfigItemMenuGeneric.pm, 1.1.1.1,
1.2 ITSMConfigItemMenuVersions.pm, 1.1,
1.2 LayoutITSMConfigItem.pm, 1.7,
1.8 LinkObject2LayoutITSMConfigItem.pm, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list