Provided by: libapache2-authcookie-perl_3.27-1_all bug

NAME

       Apache::AuthCookie::Params::Base - Internal CGI AuthCookie Params Base Class

VERSION

       version 3.27

SYNOPSIS

        Internal Use Only!

DESCRIPTION

       This is the base class for AuthCookie Params drivers.

METHODS

   new($r)
       Constructor.  This will generate either an internal Apache::AuthCookie::Params::CGI
       object, or, if available, use libapreq2.  Note that libapreq2 will not be used if you
       turned on "Encoding" support because libapreq2 does not have any support for unicode.

SOURCE

       The development version is on github at <http://github.com/mschout/apache-authcookie> and
       may be cloned from <git://github.com/mschout/apache-authcookie.git>

BUGS

       Please report any bugs or feature requests to bug-apache-authcookie@rt.cpan.org or through
       the web interface at:
        http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-AuthCookie

AUTHOR

       Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2000 by Ken Williams.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.