aboutsummaryrefslogtreecommitdiff
path: root/Perl/t/text.t
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/t/text.t')
-rw-r--r--Perl/t/text.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/Perl/t/text.t b/Perl/t/text.t
index 642c0df..cc8690b 100644
--- a/Perl/t/text.t
+++ b/Perl/t/text.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: text.t,v 1.4 2003-12-11 16:44:31 mertz Exp $
+# $Id: text.t,v 1.5 2004-04-02 12:01:49 mertz Exp $
# Author: Christophe Mertz
#
@@ -14,8 +14,8 @@
my $mw;
BEGIN {
if (!eval q{
- use Test::More qw(no_plan);
-# use Test::More tests => 31;
+# use Test::More qw(no_plan);
+ use Test::More tests => 55;
1;
}) {
print "# tests only work properly with installed Test::More module\n";