add xt/ test for RT#84615 : Moo::Object->meta->can() dies
authorKent Fredric <kentfredric@gmail.com>
Tue, 23 Apr 2013 19:48:00 +0000 (07:48 +1200)
committerMatt S Trout <mst@shadowcat.co.uk>
Sat, 4 May 2013 18:39:08 +0000 (18:39 +0000)
commitf1bad247e7bea8015d4d57f66c7e033b52d513a4
tree19f273339916f9eba567b83e0c3962aaae78016b
parentd2b4b893961470c572d91feae602a4d936fa130e
add xt/ test for RT#84615 : Moo::Object->meta->can() dies

Add a test for people doing simple inheritance of Moo::Object, which also exhibits RT#84615

Add Haargs test case which is seemingly more common than the other two
combined. get_all_attributes even works as expected!
xt/moo-object-meta-can.t [new file with mode: 0644]