typo fixes and skeleton for first test
[gitmo/MooseX-Attribute-Cached.git] / lib / MooseX / Attribute / Cached.pm
index 211a3b9..fb0f0ac 100644 (file)
@@ -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' => (