more tests
[gitmo/MooseX-Storage.git] / t / 002_basic_w_subtypes.t
index 3806d02..663dda4 100644 (file)
@@ -9,6 +9,14 @@ BEGIN {
     use_ok('MooseX::Storage');
 }
 
+=pod
+
+This extends the 001_basic test to 
+show that subtypes will DWIM in most 
+cases.
+
+=cut
+
 {
 
     package Foo;