Lines Matching refs:use
4 Subject: [PATCH 1/2] 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.
45 use strict;
46 +use warnings;
63 use strict;
64 +use warnings;
65 use Getopt::Long qw(:config bundling);
67 use constant
81 use strict;
82 +use warnings;
83 use File::Temp qw/tempfile/;
99 use strict;
100 +use warnings;