X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;fp=t%2F007-attributes.t;h=fdb3ed3091626895f6108a9dee64d2f4391a5152;hb=74be9f760d045a0174d76e54de1c66d6b66454c4;hp=4316e256cdc2524beb42c1e5e94e47bfaf92e864;hpb=b5bc67d9637279a43d742b979c4dcff58570506b;p=gitmo%2FMouse.git diff --git a/t/007-attributes.t b/t/007-attributes.t index 4316e25..fdb3ed3 100644 --- a/t/007-attributes.t +++ b/t/007-attributes.t @@ -8,7 +8,9 @@ do { package Class; use Mouse; - has 'x'; + has 'x' => ( + is => 'bare', + ); has 'y' => ( is => 'ro',