X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F027_constructor_object_overload.t;h=0dfba1c6d76ef526494b3437c73bb7f9c888955e;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=7a9a6e7da016f0514a72f2258478aa62f7eade4e;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/100_bugs/027_constructor_object_overload.t b/t/100_bugs/027_constructor_object_overload.t index 7a9a6e7..0dfba1c 100644 --- a/t/100_bugs/027_constructor_object_overload.t +++ b/t/100_bugs/027_constructor_object_overload.t @@ -1,10 +1,7 @@ #!/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 Test::More; +use Test::More tests => 1; { package Foo; @@ -20,4 +17,3 @@ use Test::More; ok(Foo->new()->bug(), 'call constructor on object reference with overloading'); -done_testing;