diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-24 23:52:09 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-24 23:52:09 +0000 |
commit | dfe6a0937831d7497a1e86a12eac1a3985ffe5ab (patch) | |
tree | 1286a34b112c36d24287d5a307409bac523c8f37 /lib | |
parent | 3dc8e7ab4fe68f9ea771413bb082b0667954806f (diff) | |
download | perl-dfe6a0937831d7497a1e86a12eac1a3985ffe5ab.tar.gz |
Remove double 'use strict'.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Text/Wrap.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 8f8cdccd48..03bae1b8f9 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 |