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)
committerKent Fredric <kentfredric@gmail.com>
Tue, 23 Apr 2013 22:16:50 +0000 (10:16 +1200)
commit1bc4b89be43066fb21ff89d9650f3821f8072e32
tree0eec55838539f5ece4bb383aa02c866002cd64aa
parente3aa160d9207c554c5ac9882a9a78ed9e2da3cc9
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]