aboutsummaryrefslogtreecommitdiff
path: root/Perl/t/Coords.t
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/t/Coords.t')
-rw-r--r--Perl/t/Coords.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/Perl/t/Coords.t b/Perl/t/Coords.t
index 22a97dd..9b4dd86 100644
--- a/Perl/t/Coords.t
+++ b/Perl/t/Coords.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: Coords.t,v 1.1 2004-03-06 15:28:20 mertz Exp $
+# $Id: Coords.t,v 1.2 2004-04-02 12:01:49 mertz Exp $
# Author: Christophe Mertz
#
@@ -9,7 +9,8 @@
BEGIN {
if (!eval q{
- use Test::More qw(no_plan);
+# use Test::More qw(no_plan);
+ use Test::More tests => 12;
1;
}) {
print "# tests only work properly with installed Test::More module\n";