X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCGI%2FApache.pm;h=eed3e55c51c87c9ce6f1ffa2c6b905658e2455e9;hb=424ec8fa43885c75adde62690957af43a6537c02;hp=61b55f5205c4ada5353a6601129e198b3a0661e5;hpb=eab60bb1f2e96e200fbded3694574d80930d568e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/CGI/Apache.pm b/lib/CGI/Apache.pm index 61b55f5..eed3e55 100644 --- a/lib/CGI/Apache.pm +++ b/lib/CGI/Apache.pm @@ -4,7 +4,7 @@ use vars qw(@ISA $VERSION); require CGI; @ISA = qw(CGI); -$VERSION = (qw$Revision: 1.01 $)[1]; +$VERSION = (qw$Revision: 1.1 $)[1]; $CGI::DefaultClass = 'CGI::Apache'; $CGI::Apache::AutoloadClass = 'CGI'; @@ -98,6 +98,6 @@ perl(1), Apache(3), CGI(3) =head1 AUTHOR -Doug MacEachern Edougm@osf.orgE, hacked over by Andreas König Ea.koenig@mind.deE, modified by Lincoln Stein lstein@genome.wi.mit.edu +Doug MacEachern Edougm@osf.orgE, hacked over by Andreas KEnig Ea.koenig@mind.deE, modified by Lincoln Stein lstein@genome.wi.mit.edu =cut