[otrs-cvs] otrs/scripts apache2-perl-startup.pl,1.59,1.60
"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-serv11010/scripts
Modified Files:
apache2-perl-startup.pl
Log Message:
Moved back use statements behind the begin block.
Author: mg
Index: apache2-perl-startup.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/apache2-perl-startup.pl,v
retrieving revision 1.59
retrieving revision 1.60
diff -2 -u -d -r1.59 -r1.60
--- apache2-perl-startup.pl 4 Jan 2013 13:16:27 -0000 1.59
+++ apache2-perl-startup.pl 4 Jan 2013 13:43:32 -0000 1.60
@@ -28,7 +28,4 @@
$ENV{MOD_PERL} =~ /mod_perl/ or die "MOD_PERL not used!";
-use Apache2::RequestRec;
-use ModPerl::Util;
-
BEGIN {
# switch to unload_package_xs, the PP version is broken in Perl 5.10.1.
@@ -42,4 +39,7 @@
}
+use Apache2::RequestRec;
+use ModPerl::Util;
+
use lib "/opt/otrs/";
use lib "/opt/otrs/Kernel/cpan-lib";
---------------------------------------------------------------------
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