Lines Matching refs:use
4 Subject: [PATCH] mc: replace "perl -w" with "use warnings"
10 There would be errors when @PERL@ is longer than 128, use
16 So replace "perl -w" with "use warnings" to make it work.
18 The man2hlp.in already has "use warnings;", so just remove '-w' is OK.
56 +use warnings;
69 use bytes;
70 +use warnings;
86 use bytes;
87 use strict;
88 +use warnings;
89 use POSIX;
90 use File::Temp 'tempfile';
104 +use warnings;
120 use POSIX;
121 use File::Basename;
122 use strict;
123 +use warnings;