[Rt-commit] r4430 - in HTTP-Server-Simple: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Sat Jan 21 04:22:00 EST 2006
Author: alexmv
Date: Sat Jan 21 04:21:59 2006
New Revision: 4430
Modified:
HTTP-Server-Simple/ (props changed)
HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI/Environment.pm
Log:
r8740 at zoq-fot-pik: chmrr | 2006-01-21 04:11:24 -0500
* If you so much as *refer* to a package, you need to make sure to
have loaded it. Otherwise 'use base' can get confused and think you
loaded the module already.
Modified: HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI/Environment.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI/Environment.pm (original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple/CGI/Environment.pm Sat Jan 21 04:21:59 2006
@@ -3,6 +3,7 @@
use strict;
use warnings;
+use HTTP::Server::Simple;
our $VERSION = $HTTP::Server::Simple::VERSION;
More information about the Rt-commit
mailing list