aboutsummaryrefslogtreecommitdiff
path: root/Perl/t/Import.t
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/t/Import.t')
-rw-r--r--Perl/t/Import.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/Perl/t/Import.t b/Perl/t/Import.t
index 862904c..a051e29 100644
--- a/Perl/t/Import.t
+++ b/Perl/t/Import.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: Import.t,v 1.1 2003-09-23 12:15:15 mertz Exp $
+# $Id: Import.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 => 6;
1;
}) {
print "# tests only work properly with installed Test::More module\n";