[otrs-cvs] otrs/scripts apache2-perl-startup.pl, 1.60, 1.61 syncuser_csv2otrs.pl, 1.16, 1.17 rpc-example.pl, 1.11, 1.12 webform.pl, 1.17, 1.18 restore.pl, 1.17, 1.18 DBUpdate-to-3.2.pl, 1.12, 1.13
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts
In directory lancelot:/tmp/cvs-serv17753/scripts
Modified Files:
apache2-perl-startup.pl syncuser_csv2otrs.pl rpc-example.pl
webform.pl restore.pl DBUpdate-to-3.2.pl
Log Message:
Removed -w flag from shebang line. It also triggers warnings from external modules which do not support "use warnings" yet. In OTRS we use this pragma everywhere.
>From perlrun: "This switch really just enables the global $^W variable; normally, the lexically scoped use warnings pragma is preferred."
Author: mg
Index: apache2-perl-startup.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/apache2-perl-startup.pl,v
retrieving revision 1.60
retrieving revision 1.61
diff -2 -u -d -r1.60 -r1.61
--- apache2-perl-startup.pl 4 Jan 2013 13:43:32 -0000 1.60
+++ apache2-perl-startup.pl 22 Jan 2013 10:14:10 -0000 1.61
@@ -1,3 +1,3 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# scripts/apache-perl-startup.pl - to load the modules if mod_perl is used
Author: mg
Index: syncuser_csv2otrs.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/syncuser_csv2otrs.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -2 -u -d -r1.16 -r1.17
--- syncuser_csv2otrs.pl 20 Nov 2012 16:05:07 -0000 1.16
+++ syncuser_csv2otrs.pl 22 Jan 2013 10:14:10 -0000 1.17
@@ -1,6 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# syncuser_csv2otrs.pl - sync csv user list or otrs
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
Author: mg
Index: rpc-example.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/rpc-example.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -2 -u -d -r1.11 -r1.12
--- rpc-example.pl 20 Nov 2012 16:05:02 -0000 1.11
+++ rpc-example.pl 22 Jan 2013 10:14:10 -0000 1.12
@@ -1,6 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# scripts/rpc-example.pl - soap example client
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
Author: mg
Index: webform.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/webform.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -2 -u -d -r1.17 -r1.18
--- webform.pl 20 Nov 2012 16:05:10 -0000 1.17
+++ webform.pl 22 Jan 2013 10:14:10 -0000 1.18
@@ -1,7 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# webform.pl - a simple web form script to generate email with
# X-OTRS-Queue header for an OTRS system (x-headers for dispatching!).
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
Author: mg
Index: restore.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/restore.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -2 -u -d -r1.17 -r1.18
--- restore.pl 20 Nov 2012 16:05:01 -0000 1.17
+++ restore.pl 22 Jan 2013 10:14:10 -0000 1.18
@@ -1,6 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# scripts/restore.pl - the restore script
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -43,5 +43,5 @@
if ( exists $Opts{h} ) {
print "restore.pl <Revision $VERSION> - restore script\n";
- print "Copyright (C) 2001-2012 OTRS AG, http://otrs.org/\n";
+ print "Copyright (C) 2001-2013 OTRS AG, http://otrs.org/\n";
print "usage: restore.pl -b /data_backup/<TIME>/ -d /opt/otrs/\n";
exit 1;
Author: mg
Index: DBUpdate-to-3.2.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-3.2.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- DBUpdate-to-3.2.pl 20 Nov 2012 16:04:42 -0000 1.12
+++ DBUpdate-to-3.2.pl 22 Jan 2013 10:14:10 -0000 1.13
@@ -1,6 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# DBUpdate-to-3.2.pl - update script to migrate OTRS 3.1.x to 3.2.x
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log