X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-recipes%2F001_point.t;h=90b989bdd397d51513460862202e6c9d52b0d5d4;hb=74be9f760d045a0174d76e54de1c66d6b66454c4;hp=1f52f0ff57f53c44a85780aed59bdc647f4b1b21;hpb=b5bc67d9637279a43d742b979c4dcff58570506b;p=gitmo%2FMouse.git diff --git a/t/000-recipes/001_point.t b/t/000-recipes/001_point.t index 1f52f0f..90b989b 100644 --- a/t/000-recipes/001_point.t +++ b/t/000-recipes/001_point.t @@ -36,7 +36,7 @@ use Test::Exception; extends 'Point'; - has 'z' => (isa => 'Int'); + has 'z' => (isa => 'Int', is => 'bare'); after 'clear' => sub { my $self = shift;