[Catalyst-commits] r8123 - in
trunk/Catalyst-Plugin-Authentication-Store-DBIC: .
lib/Catalyst/Plugin/Authentication/Store
lib/Catalyst/Plugin/Authentication/Store/DBIC/User
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Wed Jul 16 12:02:37 BST 2008
Author: matthewt
Date: 2008-07-16 12:02:37 +0100 (Wed, 16 Jul 2008)
New Revision: 8123
Modified:
trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes
trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm
trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC/User/CDBI.pm
Log:
0.11, deprecation release attempt 2
Modified: trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes 2008-07-15 16:18:56 UTC (rev 8122)
+++ trunk/Catalyst-Plugin-Authentication-Store-DBIC/Changes 2008-07-16 11:02:37 UTC (rev 8123)
@@ -1,5 +1,10 @@
Revision history for Perl extension Catalyst::Plugin::Authentication::Store::DBIC
+0.11 2008-07-16
+ - Make deprecation notice point to the right damn module
+ (Catalyst::Authentication::Store::DBIx::Class)
+
+0.10 2008-07-03
- Add deprecation notice in favour of
Catalyst::Plugin::Authentication::Store::DBIx::Class
Modified: trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC/User/CDBI.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC/User/CDBI.pm 2008-07-15 16:18:56 UTC (rev 8122)
+++ trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC/User/CDBI.pm 2008-07-16 11:02:37 UTC (rev 8123)
@@ -1,4 +1,5 @@
-package Catalyst::Plugin::Authentication::Store::DBIC::User::CDBI;
+package # (mst) I don't have perms to this and it's a final deprecation release
+ Catalyst::Plugin::Authentication::Store::DBIC::User::CDBI;
use strict;
use base qw/Catalyst::Plugin::Authentication::Store::DBIC::User/;
@@ -45,4 +46,4 @@
return @roles;
}
-1;
\ No newline at end of file
+1;
Modified: trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm 2008-07-15 16:18:56 UTC (rev 8122)
+++ trunk/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm 2008-07-16 11:02:37 UTC (rev 8123)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '0.09';
+our $VERSION = '0.11';
use Catalyst::Plugin::Authentication::Store::DBIC::Backend;
use Catalyst::Utils ();
@@ -118,12 +118,12 @@
=head1 NAME
-Catalyst::Plugin::Authentication::Store::DBIC - Authentication and authorization against a DBIx::Class or Class::DBI model.
+Catalyst::Plugin::Authentication::Store::DBIC - **DEPRECATED** Authentication and authorization against a DBIx::Class or Class::DBI model.
=head1 DEPRECATED
This store has been deprecated in favour of
-L<Catalyst::Plugin::Authentication::Store::DBIx::Class>. Please do not use
+L<Catalyst::Authentication::Store::DBIx::Class>. Please do not use
this plugin for new development.
=head1 SYNOPSIS
More information about the Catalyst-commits
mailing list