aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/t/Coords.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/t/Coords.t b/Perl/t/Coords.t
index 59cef9f..b8c4662 100644
--- a/Perl/t/Coords.t
+++ b/Perl/t/Coords.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: Coords.t,v 1.5 2004-05-12 08:57:33 mertz Exp $
+# $Id: Coords.t,v 1.6 2004-05-24 19:56:23 mertz Exp $
# Author: Christophe Mertz
#
@@ -10,7 +10,7 @@
BEGIN {
if (!eval q{
# use Test::More qw(no_plan);
- use Test::More tests => 20;
+ use Test::More tests => 21;
1;
}) {
print "# tests only work properly with installed Test::More module\n";