jimw 00/12/22 19:19:14
Modified: Request Request.pm
Log:
tagged 0.31_03, bumping version
Revision Changes Path
1.12 +1 -1 httpd-apreq/Request/Request.pm
Index: Request.pm
===================================================================
RCS file: /home/cvs/httpd-apreq/Request/Request.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Request.pm 2000/12/23 02:56:53 1.11
+++ Request.pm 2000/12/23 03:19:14 1.12
@@ -6,7 +6,7 @@
{
no strict;
- $VERSION = '0.3103';
+ $VERSION = '0.3104';
@ISA = qw(Apache);
__PACKAGE__->mod_perl::boot($VERSION);
}