X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F002_basic_w_subtypes.t;h=3806d0209bb6c4b8de5450e8271bc9be63f7e60e;hb=913d96ddbab15f9b2d870b8dba5bd8f8f11e36d1;hp=ee78d14a8607a2da02dc0a7097e0afff3068c8ae;hpb=e1bb45ff93e1eaba58f34d889f58c62c80ca0314;p=gitmo%2FMooseX-Storage.git diff --git a/t/002_basic_w_subtypes.t b/t/002_basic_w_subtypes.t index ee78d14..3806d02 100644 --- a/t/002_basic_w_subtypes.t +++ b/t/002_basic_w_subtypes.t @@ -18,7 +18,7 @@ BEGIN { use Scalar::Util 'looks_like_number'; - with Storage(); + with Storage; subtype 'Natural' => as 'Int'