correcting POD, to remove ::Backend
Jay Kuri [Sat, 16 Dec 2006 19:57:40 +0000 (19:57 +0000)]
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm

index 0682351..1ecbe68 100644 (file)
@@ -76,7 +76,7 @@ __END__
 
 =head1 NAME
 
-Catalyst::Plugin::Authentication::Store::DBIx::Class::Backend - A class to ...
+Catalyst::Plugin::Authentication::Store::DBIx::Class - A storage class for Catalyst Authentication using DBIx::Class
 
 =head1 VERSION
 
@@ -84,11 +84,11 @@ This documentation refers to version 0.01.
 
 =head1 SYNOPSIS
 
-use Catalyst::Plugin::Authentication::Store::DBIx::Class::Backend;
+use Catalyst::Plugin::Authentication::Store::DBIx::Class;
 
 =head1 DESCRIPTION
 
-The Catalyst::Plugin::Authentication::Store::DBIx::Class::Backend class implements ...
+The Catalyst::Plugin::Authentication::Store::DBIx::Class class implements ...
 
 =head1 SUBROUTINES / METHODS
 
@@ -150,8 +150,7 @@ None known currently, please email the author if you find any.
 
 =head1 SEE ALSO
 
-L<Catalyst::Plugin::Authentication::Store::DBIC>, L<Catalyst::Plugin::Authentication>,
-L<Catalyst::Plugin::Authorization::Roles>
+L<Catalyst::Plugin::Authentication>, L<Catalyst::Plugin::Authorization::Roles>
 
 =head1 AUTHOR