joes 2002/11/03 14:21:20
Modified: Request Request.pm
Cookie Cookie.pm
Log:
Cookie.pm, Request.pm: $VERSION bumped to 1.1
Revision Changes Path
1.21 +1 -1 httpd-apreq/Request/Request.pm
Index: Request.pm
===================================================================
RCS file: /home/cvs/httpd-apreq/Request/Request.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Request.pm 20 Jan 2002 17:27:35 -0000 1.20
+++ Request.pm 3 Nov 2002 22:21:20 -0000 1.21
@@ -6,7 +6,7 @@
{
no strict;
- $VERSION = '1.0';
+ $VERSION = '1.1';
@ISA = qw(Apache);
__PACKAGE__->mod_perl::boot($VERSION);
}
1.7 +1 -1 httpd-apreq/Cookie/Cookie.pm
Index: Cookie.pm
===================================================================
RCS file: /home/cvs/httpd-apreq/Cookie/Cookie.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Cookie.pm 3 Nov 2002 20:27:18 -0000 1.6
+++ Cookie.pm 3 Nov 2002 22:21:20 -0000 1.7
@@ -6,7 +6,7 @@
{
no strict;
- $VERSION = '1.0';
+ $VERSION = '1.1';
__PACKAGE__->mod_perl::boot($VERSION);
}