release
Rafael Kitover [Tue, 16 Jun 2009 14:12:30 +0000 (14:12 +0000)]
Changes
lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm

diff --git a/Changes b/Changes
index 61ad0d0..a3f2192 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,16 +1,18 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.24  Tue Jun 16 06:18:58 PDT 2009
         - Add tests for issues with Class::C3 which are caused to
           applications which use new Catalyst but old DBIC, and have
           use Class::C3 in the MyApp class (t0m)
         - die on empty schema
         - create=dynamic deprecation warning
+        - helper passes loader opts to dynamic schemas
         - conversion to Moose
-        - cursor caching support (via ::Trait::Caching)
-       - ::Storage::Replicated support (via ::Trait::Replicated)
+        - cursor caching support (via
+         Catalyst::TraitFor::Model::DBIC::Schema::Caching)
+       - ::Storage::Replicated support (via ::Replicated trait)
         - switch to hashref connect_info for DBIC 8100
         - better helper option parsing, with support for more options
-        - helper passes loader opts to dynamic schemas
        - more tests
 
 0.23  Sun Mar  8 20:30:02 GMT 2009
index 3fd062d..1bd0acd 100644 (file)
@@ -33,6 +33,7 @@ loaded. A possible configuration would look like this:
     <backend>       
       class Cache::FastMmap
       unlink_on_exit 1
+      share_file /tmp/myapp_share
     </backend>
   </Plugin::Cache>