updating to reflect recent changes
Jay Kuri [Sat, 16 Dec 2006 19:50:56 +0000 (19:50 +0000)]
Changes
MANIFEST
Makefile.PL

diff --git a/Changes b/Changes
index ff4803f..1486fe6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.02    2006-12-16 2pm CST
+        Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
+        
 0.01    Date/time
         First version, released on an unsuspecting world.
 
index 88bb2fa..6510135 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,9 +1,9 @@
 Changes
 MANIFEST
-META.yml # Will be created by "make dist"
 Makefile.PL
 README
 lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm
+lib/Catalyst/Plugin/Authentication/Store/DBIx/Class/User.pm
 t/00-load.t
 t/boilerplate.t
 t/pod-coverage.t
index 57df17c..9131e3b 100644 (file)
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     NAME                => 'Catalyst::Plugin::Authentication::Store::DBIx::Class',
-    AUTHOR              => 'Jay Kuri <bsdmac@gmail.com>',
+    AUTHOR              => 'Jay Kuri <jayk@cpan.org>',
     VERSION_FROM        => 'lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm',
     ABSTRACT_FROM       => 'lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm',
     PL_FILES            => {},