X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Attribute-Cached.git;a=blobdiff_plain;f=lib%2FMooseX%2FAttribute%2FCached.pm;h=fb0f0acba66652df1d5f70e0f78dad6300f74a24;hp=211a3b918d30e661af1e310f3b825fc26fdbe35c;hb=b555289715def910c2c6620f3e8587b48e2d8760;hpb=cf0ef7c5f07fb6c844045db6c9cc53935004c5c5 diff --git a/lib/MooseX/Attribute/Cached.pm b/lib/MooseX/Attribute/Cached.pm index 211a3b9..fb0f0ac 100644 --- a/lib/MooseX/Attribute/Cached.pm +++ b/lib/MooseX/Attribute/Cached.pm @@ -27,7 +27,7 @@ our $VERSION = '0.01'; package MyApp; use Moose; - with 'MooseX::Attribute::Cached.pm'; + use MooseX::Attribute::Cached; ## Cache Storage Options Declared Manually has 'shared_key_1' => (