package TestCookie::AuthCookieHandler; use strict; use Apache; use Apache::Constants qw(:common); use Apache::AuthCookie; use vars qw($VERSION @ISA); $VERSION = substr(q$Revision: 1.2 $, 10); @ISA = qw(Apache::AuthCookie);