X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F003_Moose_Object_error.t;fp=t%2F100_bugs%2F003_Moose_Object_error.t;h=6dedb64d9748101bbb72748451031ac478e09e78;hb=4c98ebb0cca8d5d49d3a91eaf735f9861d00ccb0;hp=0000000000000000000000000000000000000000;hpb=ad20156284763b7d6019af2279f24e1af097f3be;p=gitmo%2FMouse.git diff --git a/t/100_bugs/003_Moose_Object_error.t b/t/100_bugs/003_Moose_Object_error.t new file mode 100644 index 0000000..6dedb64 --- /dev/null +++ b/t/100_bugs/003_Moose_Object_error.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use lib 't/lib', 'lib'; + +use Test::More tests => 1; + +use_ok('MyMouseObject'); \ No newline at end of file