X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F042_compose_overloading.t;fp=t%2F030_roles%2F042_compose_overloading.t;h=b79fbde5995dce9fba8dc32f0d9b8ed5e07d6a9a;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=2a685a0cc58a98f609c0ac1f0fa218910e38be7d;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/030_roles/042_compose_overloading.t b/t/030_roles/042_compose_overloading.t index 2a685a0..b79fbde 100644 --- a/t/030_roles/042_compose_overloading.t +++ b/t/030_roles/042_compose_overloading.t @@ -1,9 +1,6 @@ use strict; -# 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 warnings; -use Test::More; +use Test::More tests => 1; { package Foo; @@ -29,5 +26,3 @@ TODO: { local $TODO = "the special () method isn't properly composed into the class"; is("$bar", 42, 'overloading can be composed'); } - -done_testing;