summaryrefslogtreecommitdiff
path: root/contrib/perl5/lib/CGI/Apache.pm
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
commitbff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch)
treef979656ed109e888baec4c361944b615bc0f7d2c /contrib/perl5/lib/CGI/Apache.pm
parentc37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff)
Diffstat (limited to 'contrib/perl5/lib/CGI/Apache.pm')
-rw-r--r--contrib/perl5/lib/CGI/Apache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/lib/CGI/Apache.pm b/contrib/perl5/lib/CGI/Apache.pm
index f7da8c3770bf6..0aa7245447ca6 100644
--- a/contrib/perl5/lib/CGI/Apache.pm
+++ b/contrib/perl5/lib/CGI/Apache.pm
@@ -4,7 +4,7 @@ use vars qw(@ISA $VERSION);
require CGI;
@ISA = qw(CGI);
-$VERSION = (qw$Revision: 1.1.1.2 $)[1];
+$VERSION = (qw$Revision: 1.1.1.1.2.1 $)[1];
$CGI::DefaultClass = 'CGI::Apache';
$CGI::Apache::AutoloadClass = 'CGI';