[Rt-commit] r3771 - in HTTP-Server-Simple: . lib/HTTP/Server/Simple
jesse at bestpractical.com
jesse at bestpractical.com
Fri Sep 2 10:41:58 EDT 2005
Author: jesse
Date: Fri Sep 2 10:41:58 2005
New Revision: 3771
Modified:
HTTP-Server-Simple/ (props changed)
HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI.pm
Log:
r15101 at hualien: jesse | 2005-09-02 10:35:26 -0400
* need to initialize CGI when we do what we do
Modified: HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI.pm (original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI.pm Fri Sep 2 10:41:58 2005
@@ -41,6 +41,7 @@
sub post_setup_hook {
my $self = shift;
$self->setup_server_url;
+ CGI::initialize_globals();
}
=head2 setup
More information about the Rt-commit
mailing list