[otrs-cvs] otrs/scripts/auto_build xml2docbook.pl,1.30,1.31
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments: Update of /home/cvs/otrs/scripts/auto_build In directory lancelot:/tmp/cvs-serv17753/scripts/auto_build Modified Files: xml2docbook.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: xml2docbook.pl =================================================================== RCS file: /home/cvs/otrs/scripts/auto_build/xml2docbook.pl,v retrieving revision 1.30 retrieving revision 1.31 diff -2 -u -d -r1.30 -r1.31 --- xml2docbook.pl 20 Nov 2012 16:05:11 -0000 1.30 +++ xml2docbook.pl 22 Jan 2013 10:14:10 -0000 1.31 @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # -- # xml2docbook.pl - script that generates docbook xml out of the SysConfig parameters of OTRS for inclusion in the admin manual -# 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