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/01-basic.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/01-basic.t') diff --git a/t/01-basic.t b/t/01-basic.t index a448abf..8995d6d 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 9; +use Test::More; package Foo; @@ -30,3 +30,5 @@ my $cc_meta = $meta->constructor_class->meta; isa_ok($cc_meta, 'Moose::Meta::Class'); ok($cc_meta->does_role('MooseX::NonMoose::Meta::Role::Constructor'), 'Foo::Moose gets its constructor from MooseX::NonMoose'); + +done_testing; -- cgit v1.2.3-54-g00ecf