summaryrefslogtreecommitdiff
path: root/cpan/Text-Tabs/t/37000.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Text-Tabs/t/37000.t')
-rw-r--r--cpan/Text-Tabs/t/37000.t7
1 files changed, 2 insertions, 5 deletions
diff --git a/cpan/Text-Tabs/t/37000.t b/cpan/Text-Tabs/t/37000.t
index 1efbc70f54..f08999e926 100644
--- a/cpan/Text-Tabs/t/37000.t
+++ b/cpan/Text-Tabs/t/37000.t
@@ -1,15 +1,12 @@
-#!/usr/bin/perl -I.
+use strict; use warnings;
#Causes Text::Wrap to die...
-use warnings;
-use strict;
+
use Text::Wrap;
my $toPrint = "(1) Category\t(2 or greater) New Category\n\n";
my $good = "(1) Category\t(2 or greater) New Category\n";
-my $toprint;
-
print "1..6\n";
local($Text::Wrap::break) = '\s';