summaryrefslogtreecommitdiff
path: root/cpan/Text-Tabs/t/Wrap-JLB.t
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-07-22 22:55:37 +0100
committerNeil Bowers <neilb@neilb.org>2021-07-22 22:55:37 +0100
commit02808a29317f197a61d135685a5105958833e7b3 (patch)
treea3b99471733e74904c0f4e8c5818ed693e04727f /cpan/Text-Tabs/t/Wrap-JLB.t
parent41cb5863c312e0d002f7c4f0abc736434d74c13f (diff)
downloadperl-02808a29317f197a61d135685a5105958833e7b3.tar.gz
Updated Text-Tabs+Wrap from 2013.0523 to 2021.0717
Diffstat (limited to 'cpan/Text-Tabs/t/Wrap-JLB.t')
-rw-r--r--cpan/Text-Tabs/t/Wrap-JLB.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpan/Text-Tabs/t/Wrap-JLB.t b/cpan/Text-Tabs/t/Wrap-JLB.t
index f3d655ade5..7e7263f89a 100644
--- a/cpan/Text-Tabs/t/Wrap-JLB.t
+++ b/cpan/Text-Tabs/t/Wrap-JLB.t
@@ -1,4 +1,4 @@
-#!perl
+use strict; use warnings FATAL => 'all';
BEGIN {
if ($] <= 5.010) {
@@ -7,8 +7,6 @@ BEGIN {
}
}
-use strict;
-use warnings "FATAL" => "all";
use Text::Wrap;
$Text::Wrap::columns = 72;