From 5a5b351f6789989cf4f6033128a8cc2f711c795f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Jun 2010 03:42:31 -0500 Subject: switch to done_testing in tests --- t/32-moosex-insideout.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/32-moosex-insideout.t') diff --git a/t/32-moosex-insideout.t b/t/32-moosex-insideout.t index ae31359..88283b0 100644 --- a/t/32-moosex-insideout.t +++ b/t/32-moosex-insideout.t @@ -6,7 +6,6 @@ use Test::Moose; BEGIN { eval "use MooseX::InsideOut 0.100 ()"; plan skip_all => "MooseX::InsideOut is required for this test" if $@; - plan tests => 10; } BEGIN { @@ -76,3 +75,5 @@ with_immutable { my $sub_foo = eval { Foo::Moose::Sub->new(FOO => bar => 'AHOY') }; is(eval { $sub_foo->bar }, 'AHOY', 'subclass constructor works'); } 'Foo::Moose'; + +done_testing; -- cgit v1.2.3-54-g00ecf