X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F800_shikabased%2F014-subtype-as.t;h=0a95057e55ee85d53572433207325b5b9f56c17a;hb=3fa6f35df998618abdf763f4e4a060ba8f450a35;hp=263e5ac17c382175c163ad71ba0ea40e49635736;hpb=0d9fea2202e3abf87e59f693afab640548faeef5;p=gitmo%2FMouse.git diff --git a/t/800_shikabased/014-subtype-as.t b/t/800_shikabased/014-subtype-as.t index 263e5ac..0a95057 100644 --- a/t/800_shikabased/014-subtype-as.t +++ b/t/800_shikabased/014-subtype-as.t @@ -37,7 +37,7 @@ use Scalar::Util qw/blessed/; ); - subtype 'Type4'; + type 'Type4'; has any => ( is => 'rw', isa => 'Type4',