some thoughts and hacks on type handling,.. this probably needs some work
[gitmo/MooseX-Storage.git] / t / 001_basic.t
index ea761ab..06c343c 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
     use Moose;
     use MooseX::Storage;
 
-    with Storage();
+    with Storage;
 
     has 'number' => ( is => 'ro', isa => 'Int' );
     has 'string' => ( is => 'ro', isa => 'Str' );