X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FModel%2FDBIC%2FSchema%2FCaching.pm;h=e70de3fa03292840b928346d3a5ea978043a8e94;hb=4e251d1a0b63c080957709a10a6ec6a5b6a94769;hp=3fd062dedcecb348516f6a00e55d3f24693f825a;hpb=fb691af97ffd7b3043d2d536db478af6219896f4;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm index 3fd062d..e70de3f 100644 --- a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm +++ b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm @@ -3,8 +3,7 @@ package Catalyst::TraitFor::Model::DBIC::Schema::Caching; use namespace::autoclean; use Moose::Role; use Carp::Clan '^Catalyst::Model::DBIC::Schema'; -use Catalyst::Model::DBIC::Schema::Types 'CursorClass'; -use MooseX::Types::Moose qw/Int Str/; +use MooseX::Types::Moose 'Int'; =head1 NAME @@ -33,6 +32,7 @@ loaded. A possible configuration would look like this: class Cache::FastMmap unlink_on_exit 1 + share_file /tmp/myapp_share @@ -110,10 +110,15 @@ L, L =head1 AUTHOR -Rafael Kitover, C +See L and +L. =head1 COPYRIGHT +See L. + +=head1 LICENSE + This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.