From 7ea9b0b1aaa5bc01c016f3b94d976e273ca25c99 Mon Sep 17 00:00:00 2001 From: Peter Rabbitson Date: Sun, 10 Jul 2011 21:49:37 -0400 Subject: [PATCH] Compatible with much much older Test::More --- t/survey.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/survey.t b/t/survey.t index 6c3c7e3..0c6f826 100644 --- a/t/survey.t +++ b/t/survey.t @@ -4,7 +4,7 @@ use warnings; use strict; -use Test::More; +use Test::More tests => 1; use Storable 'nfreeze'; use IO::Compress::Bzip2 'bzip2'; @@ -31,5 +31,3 @@ printf STDERR ( OS::ABI::Constants::__encode_struct ($survey), ); sleep 1; - -done_testing;