[otrs-cvs] otrs/development/webservices otrs.SOAPRequest.pl, 1.3, 1.4
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments: Update of /home/cvs/otrs/development/webservices In directory lancelot:/tmp/cvs-serv17753/development/webservices Modified Files: otrs.SOAPRequest.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: otrs.SOAPRequest.pl =================================================================== RCS file: /home/cvs/otrs/development/webservices/otrs.SOAPRequest.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -2 -u -d -r1.3 -r1.4 --- otrs.SOAPRequest.pl 12 Nov 2012 21:50:01 -0000 1.3 +++ otrs.SOAPRequest.pl 22 Jan 2013 10:14:10 -0000 1.4 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # otrs.SOAPRequest.pl - sample to send a SOAP request to OTRS Generic Interface Ticket Connector -# 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