stas 2003/01/01 15:15:29 Modified: t/htdocs/includes-registry cgipm.pl Log: make sure that Apache::compat is loaded before CGI.pm, to handle older CGI.pm versions Revision Changes Path 1.2 +1 -0 modperl-2.0/t/htdocs/includes-registry/cgipm.pl Index: cgipm.pl =================================================================== RCS file: /home/cvs/modperl-2.0/t/htdocs/includes-registry/cgipm.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cgipm.pl 9 Apr 2002 01:00:52 -0000 1.1 +++ cgipm.pl 1 Jan 2003 23:15:28 -0000 1.2 @@ -1,3 +1,4 @@ +use Apache::compat (); use CGI (); my $cgi = CGI->new;