Subject: | CGI::Apache sets it version in package main |
Hello,
I noticed that CGI::Apache sets its version in package main, or whataver the caller is. Here is a patch.
--
Alexey Tourbin
ALT Linux Team
--- CGI.pm-3.07/CGI/Apache.pm- 2001-12-09 21:37:06 +0000
+++ CGI.pm-3.07/CGI/Apache.pm 2005-03-19 10:52:46 +0000
@@ -1,5 +1,6 @@
use CGI;
+package CGI::Apache;
$VERSION = '1.00';
1;