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/33-moosex-globref.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/33-moosex-globref.t') diff --git a/t/33-moosex-globref.t b/t/33-moosex-globref.t index 3f59e39..01f94bf 100644 --- a/t/33-moosex-globref.t +++ b/t/33-moosex-globref.t @@ -6,7 +6,6 @@ use Test::Moose; BEGIN { eval "use MooseX::GlobRef ()"; plan skip_all => "MooseX::GlobRef is required for this test" if $@; - plan tests => 10; } # XXX: the way the IO modules are loaded means we can't just rely on cmop to # load these properly/: @@ -83,3 +82,5 @@ with_immutable { is($buf, "foo\nbar\n", "filehandle still works as normal"); } } 'IO::File::Moose'; + +done_testing; -- cgit v1.2.3-54-g00ecf