[otrs-cvs] otrs/bin/cgi-bin installer.pl, 1.37, 1.38 nph-genericinterface.pl, 1.7, 1.8 public.pl, 1.13, 1.14 index.pl, 1.93, 1.94 rpc.pl, 1.21, 1.22 customer.pl, 1.47, 1.48
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments: Update of /home/cvs/otrs/bin/cgi-bin In directory lancelot:/tmp/cvs-serv17753/bin/cgi-bin Modified Files: installer.pl nph-genericinterface.pl public.pl index.pl rpc.pl customer.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: installer.pl =================================================================== RCS file: /home/cvs/otrs/bin/cgi-bin/installer.pl,v retrieving revision 1.37 retrieving revision 1.38 diff -2 -u -d -r1.37 -r1.38 --- installer.pl 20 Nov 2012 16:04:31 -0000 1.37 +++ installer.pl 22 Jan 2013 10:14:09 -0000 1.38 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/cgi-bin/installer.pl - the global CGI handle for installer -# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/ +# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/ # -- # $Id$ Author: mg Index: nph-genericinterface.pl =================================================================== RCS file: /home/cvs/otrs/bin/cgi-bin/nph-genericinterface.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -2 -u -d -r1.7 -r1.8 --- nph-genericinterface.pl 20 Nov 2012 16:04:32 -0000 1.7 +++ nph-genericinterface.pl 22 Jan 2013 10:14:09 -0000 1.8 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/cgi-bin/nph-genericinterface.pl - the global generic interface handle file -# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/ +# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/ # -- # $Id$ Author: mg Index: public.pl =================================================================== RCS file: /home/cvs/otrs/bin/cgi-bin/public.pl,v retrieving revision 1.13 retrieving revision 1.14 diff -2 -u -d -r1.13 -r1.14 --- public.pl 20 Nov 2012 16:04:33 -0000 1.13 +++ public.pl 22 Jan 2013 10:14:09 -0000 1.14 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/cgi-bin/public.pl - the global CGI handle file for OTRS -# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/ +# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/ # -- # $Id$ Author: mg Index: index.pl =================================================================== RCS file: /home/cvs/otrs/bin/cgi-bin/index.pl,v retrieving revision 1.93 retrieving revision 1.94 diff -2 -u -d -r1.93 -r1.94 --- index.pl 20 Nov 2012 16:04:30 -0000 1.93 +++ index.pl 22 Jan 2013 10:14:09 -0000 1.94 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/cgi-bin/index.pl - the global CGI handle file (incl. auth) for OTRS -# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/ +# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/ # -- # $Id$ Author: mg Index: rpc.pl =================================================================== RCS file: /home/cvs/otrs/bin/cgi-bin/rpc.pl,v retrieving revision 1.21 retrieving revision 1.22 diff -2 -u -d -r1.21 -r1.22 --- rpc.pl 20 Nov 2012 16:04:35 -0000 1.21 +++ rpc.pl 22 Jan 2013 10:14:09 -0000 1.22 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/cgi-bin/rpc.pl - soap handle -# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/ +# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/ # -- # $Id$ Author: mg Index: customer.pl =================================================================== RCS file: /home/cvs/otrs/bin/cgi-bin/customer.pl,v retrieving revision 1.47 retrieving revision 1.48 diff -2 -u -d -r1.47 -r1.48 --- customer.pl 20 Nov 2012 16:04:29 -0000 1.47 +++ customer.pl 22 Jan 2013 10:14:09 -0000 1.48 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/cgi-bin/customer.pl - the global CGI handle file (incl. auth) for OTRS -# 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