diff --git a/syntax_checkers/efm_perl.pl b/syntax_checkers/efm_perl.pl index a93ce343..a224f40f 100644 --- a/syntax_checkers/efm_perl.pl +++ b/syntax_checkers/efm_perl.pl @@ -1,6 +1,4 @@ #!/usr/bin/perl -use warnings - # vimparse.pl - Reformats the error messages of the Perl interpreter for use # with the quickfix mode of Vim # @@ -67,7 +65,7 @@ use warnings # # Tested under SunOS 5.7 with Perl 5.6.0. Let me know if it's not working for # you. - +use warnings; use strict; use Getopt::Std;