Update syntax_checkers/efm_perl.pl

Added a semi colon in that broke perl syntax checking.
This commit is contained in:
Adam Fairbrother 2012-12-05 12:57:47 -08:00
parent fc4ec2533c
commit c253e3e4d9

View File

@ -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;