Remove ::Plugin:: from module namespace, provide a legacy/compatibility ::Plugin...
[catagits/Catalyst-Authentication-Credential-HTTP.git] / lib / Catalyst / Plugin / Authentication / Credential / HTTP.pm
CommitLineData
a14203f8 1package Catalyst::Plugin::Authentication::Credential::HTTP;
eebdb0e4 2use base qw/Catalyst::Authentication::Credential::HTTP/;
a14203f8 3
eebdb0e4 4our $VERSION = '0.11';
a14203f8 5
eebdb0e4 6# FIXME - Add a warning here?
7# FIXME - Is this package even needed?
a14203f8 8
a14203f8 91;
10
a14203f8 11__END__
12
a14203f8 13=pod
14
a14203f8 15=head1 NAME
16
a14203f8 17Catalyst::Plugin::Authentication::Credential::HTTP - HTTP Basic and Digest authentication
53306b93 18for Catalyst.
a14203f8 19
a14203f8 20=head1 SYNOPSIS
21
a14203f8 22 use Catalyst qw/
a14203f8 23 Authentication
c7b3e379 24 Authentication::Store::Minimal
a14203f8 25 Authentication::Credential::HTTP
a14203f8 26 /;
27
a14203f8 28=head1 DESCRIPTION
29
eebdb0e4 30This module is deprecated. Please see L<Catalyst::Authentication::Credential::HTTP>
c7b3e379 31
a14203f8 32=head1 AUTHORS
33
a14203f8 34Yuval Kogman, C<nothingmuch@woobling.org>
35
a14203f8 36Jess Robinson
37
a14203f8 38Sascha Kiefer C<esskar@cpan.org>
39
eebdb0e4 40Tomas Doran C<bobtfish@bobtfish.net>
41
c7b3e379 42=head1 SEE ALSO
43
eebdb0e4 44L<Catalyst::Authentication::Credential::HTTP>.
c7b3e379 45
a14203f8 46=head1 COPYRIGHT & LICENSE
47
a14203f8 48 Copyright (c) 2005-2006 the aforementioned authors. All rights
a14203f8 49 reserved. This program is free software; you can redistribute
a14203f8 50 it and/or modify it under the same terms as Perl itself.
51
a14203f8 52=cut