X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F002_basic_w_subtypes.t;h=663dda43b6832e8d67527f1c58fec9421a81dc39;hb=95f31c36141c0108605fadf16d9abd9ec8bd63f3;hp=3806d0209bb6c4b8de5450e8271bc9be63f7e60e;hpb=3db8f791960a80cc9fa20b5b558d1dda10191551;p=gitmo%2FMooseX-Storage.git diff --git a/t/002_basic_w_subtypes.t b/t/002_basic_w_subtypes.t index 3806d02..663dda4 100644 --- a/t/002_basic_w_subtypes.t +++ b/t/002_basic_w_subtypes.t @@ -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;