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/30-only-metaclass-trait.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/30-only-metaclass-trait.t') diff --git a/t/30-only-metaclass-trait.t b/t/30-only-metaclass-trait.t index 07be5d8..c103067 100644 --- a/t/30-only-metaclass-trait.t +++ b/t/30-only-metaclass-trait.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 4; +use Test::More; package Foo; @@ -20,3 +20,5 @@ my $method = Foo::Moose->meta->get_method('new'); Foo::Moose->meta->make_immutable; is(Foo::Moose->meta->get_method('new'), $method, 'inlining doesn\'t happen when the constructor trait isn\'t used'); + +done_testing; -- cgit v1.2.3-54-g00ecf