some thoughts and hacks on type handling,.. this probably needs some work
[gitmo/MooseX-Storage.git] / t / 002_basic_w_subtypes.t
index ee78d14..3806d02 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
 
     use Scalar::Util 'looks_like_number';
 
-    with Storage();    
+    with Storage;    
     
     subtype 'Natural' 
         => as 'Int'