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/23-FOREIGNBUILDARGS.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/23-FOREIGNBUILDARGS.t') diff --git a/t/23-FOREIGNBUILDARGS.t b/t/23-FOREIGNBUILDARGS.t index a9e8cef..78c7fa9 100644 --- a/t/23-FOREIGNBUILDARGS.t +++ b/t/23-FOREIGNBUILDARGS.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 12; +use Test::More; use Test::Moose; package Foo; @@ -68,3 +68,5 @@ with_immutable { is($baz->bar, 'bazbaz', 'extensions of extensions of the nonmoose class respect BUILDARGS'); is($baz->foo_base, 'bazbaz_base', 'extensions of extensions of the nonmoose class respect FOREIGNBUILDARGS'); } qw(Foo::Moose Bar::Moose Baz::Moose); + +done_testing; -- cgit v1.2.3-54-g00ecf