[Catalyst-commits] r12844 - in
trunk/Catalyst-Plugin-Cache-Memcached: . lib/Catalyst/Plugin/Cache
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Feb 9 02:40:56 GMT 2010
Author: t0m
Date: 2010-02-09 02:40:56 +0000 (Tue, 09 Feb 2010)
New Revision: 12844
Modified:
trunk/Catalyst-Plugin-Cache-Memcached/Changes
trunk/Catalyst-Plugin-Cache-Memcached/lib/Catalyst/Plugin/Cache/Memcached.pm
Log:
Mark as deprecated
Modified: trunk/Catalyst-Plugin-Cache-Memcached/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache-Memcached/Changes 2010-02-09 02:36:20 UTC (rev 12843)
+++ trunk/Catalyst-Plugin-Cache-Memcached/Changes 2010-02-09 02:40:56 UTC (rev 12844)
@@ -1,5 +1,9 @@
Revision history for Perl extension Catalyst::Plugin::Cache::Memcached
+0.8 2010-02-09 02:42:00
+ - Marked as deprecated as you can just use Cache::Memcached in
+ Catalyst::Plugin::Cache config directly.
+
0.7 2007-04-29 02:10:00
- Switched to Module::Install
Modified: trunk/Catalyst-Plugin-Cache-Memcached/lib/Catalyst/Plugin/Cache/Memcached.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache-Memcached/lib/Catalyst/Plugin/Cache/Memcached.pm 2010-02-09 02:36:20 UTC (rev 12843)
+++ trunk/Catalyst-Plugin-Cache-Memcached/lib/Catalyst/Plugin/Cache/Memcached.pm 2010-02-09 02:40:56 UTC (rev 12844)
@@ -3,7 +3,7 @@
use strict;
use base 'Class::Data::Inheritable';
-our $VERSION='0.7';
+our $VERSION='0.8';
use Cache::Memcached;
@@ -35,7 +35,7 @@
=head1 NAME
-Catalyst::Plugin::Cache::Memcached - Distributed cache
+Catalyst::Plugin::Cache::Memcached - [DEPRECATED] Distributed cache
=head1 SYNOPSIS
@@ -58,6 +58,10 @@
Extends base class with a distributed cache.
+Note: This plugin is deprecated and is just maintained for backwards
+compatibility. You should configure C<Catalyst::Plugin::Cache> directly
+as documented, rather than using this module.
+
=head1 METHODS
=over 4
More information about the Catalyst-commits
mailing list