From: Perl 5 Porters Date: Sat, 24 Aug 1996 23:52:09 +0000 (+0000) Subject: Remove double 'use strict'. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfe6a0937831d7497a1e86a12eac1a3985ffe5ab;p=p5sagit%2Fp5-mst-13.2.git Remove double 'use strict'. --- diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 8f8cdcc..03bae1b 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -9,7 +9,6 @@ require Exporter; $VERSION = 96.041801; use vars qw($VERSION $columns $debug); -use strict; BEGIN { $columns = 76; # <= screen width