X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F003_Moose_Object_error.t;h=b142692bc2ef05d275974d7e1f5d5e799e3e1ef5;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=6dedb64d9748101bbb72748451031ac478e09e78;hpb=4c98ebb0cca8d5d49d3a91eaf735f9861d00ccb0;p=gitmo%2FMouse.git diff --git a/t/100_bugs/003_Moose_Object_error.t b/t/100_bugs/003_Moose_Object_error.t index 6dedb64..b142692 100644 --- a/t/100_bugs/003_Moose_Object_error.t +++ b/t/100_bugs/003_Moose_Object_error.t @@ -1,10 +1,15 @@ #!/usr/bin/perl +# This is automatically generated by author/import-moose-test.pl. +# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! +use t::lib::MooseCompat; use strict; use warnings; use lib 't/lib', 'lib'; -use Test::More tests => 1; +use Test::More; -use_ok('MyMouseObject'); \ No newline at end of file +use_ok('MyMooseObject'); + +done_testing;