[otrs-cvs] otrs/bin/fcgi-bin public.pl, 1.7, 1.8 index.pl, 1.7, 1.8 customer.pl, 1.7, 1.8 installer.pl, 1.7, 1.8 nph-genericinterface.pl, 1.4, 1.5
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments: Update of /home/cvs/otrs/bin/fcgi-bin In directory lancelot:/tmp/cvs-serv17753/bin/fcgi-bin Modified Files: public.pl index.pl customer.pl installer.pl nph-genericinterface.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: public.pl =================================================================== RCS file: /home/cvs/otrs/bin/fcgi-bin/public.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -2 -u -d -r1.7 -r1.8 --- public.pl 20 Nov 2012 16:04:40 -0000 1.7 +++ public.pl 22 Jan 2013 10:14:10 -0000 1.8 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/fcgi-bin/public.pl - the global FastCGI 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/fcgi-bin/index.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -2 -u -d -r1.7 -r1.8 --- index.pl 20 Nov 2012 16:04:37 -0000 1.7 +++ index.pl 22 Jan 2013 10:14:10 -0000 1.8 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/fcgi-bin/index.pl - the global FastCGI 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: customer.pl =================================================================== RCS file: /home/cvs/otrs/bin/fcgi-bin/customer.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -2 -u -d -r1.7 -r1.8 --- customer.pl 20 Nov 2012 16:04:36 -0000 1.7 +++ customer.pl 22 Jan 2013 10:14:10 -0000 1.8 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/fcgi-bin/customer.pl - the global FCGI 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: installer.pl =================================================================== RCS file: /home/cvs/otrs/bin/fcgi-bin/installer.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -2 -u -d -r1.7 -r1.8 --- installer.pl 20 Nov 2012 16:04:38 -0000 1.7 +++ installer.pl 22 Jan 2013 10:14:10 -0000 1.8 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # bin/fcgi-bin/installer.pl - the global FastCGI 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/fcgi-bin/nph-genericinterface.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -2 -u -d -r1.4 -r1.5 --- nph-genericinterface.pl 20 Nov 2012 16:04:39 -0000 1.4 +++ nph-genericinterface.pl 22 Jan 2013 10:14:10 -0000 1.5 @@ -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$ --------------------------------------------------------------------- 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