X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F800_shikabased%2F008-create_class.t;fp=t%2F800_shikabased%2F008-create_class.t;h=1566d900083422dad4f6c094f18d146714737b13;hb=2608b11522c42ce940bcc72743cdee5bb9d0c120;hp=6d6bad5855c62ca7134f09a2d38f25f1231d2d19;hpb=475666e5b0caa50e870b29d537b6c868a7223ab8;p=gitmo%2FMouse.git diff --git a/t/800_shikabased/008-create_class.t b/t/800_shikabased/008-create_class.t index 6d6bad5..1566d90 100644 --- a/t/800_shikabased/008-create_class.t +++ b/t/800_shikabased/008-create_class.t @@ -42,7 +42,10 @@ isa_ok( superclasses => [ "FooBar", "Mouse::Object" ], attributes => [ Mouse::Meta::Attribute->new( - name => "foo", is => "rw", default => "yay" + "foo" => ( + is => "rw", + default => "yay", + ), ) ], methods => {