X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F008_immutable_constructor_error.t;h=d4af4934bc8feafe324bfd01130e669a8ca1f34b;hb=1f1ccccdb5564d10867ffb11df17a5155999a62a;hp=62d6d3c73e1a640d8da3555be6564bb88f003f8a;hpb=fc1d8369f17d2d6a06ecdcb13199e1d4ecb2e53f;p=gitmo%2FMouse.git diff --git a/t/300_immutable/008_immutable_constructor_error.t b/t/300_immutable/008_immutable_constructor_error.t index 62d6d3c..d4af493 100644 --- a/t/300_immutable/008_immutable_constructor_error.t +++ b/t/300_immutable/008_immutable_constructor_error.t @@ -18,7 +18,7 @@ constructor. { package Foo; - use Moose; + use Mouse; has 'foo' => (is => 'rw', isa => 'Int');