in reply to Re^2: Using the syntax checking feature in vim perlsupport plugin
in thread Using the syntax checking feature in vim perlsupport plugin
My version of WWW::Mechanize gives no such warning:
$ cat wwwm.pl use strict; use warnings; use WWW::Mechanize; $ perl -cw wwwm.pl wwwm.pl syntax OK
Either you are loading it differently or you are on a different version of WWW::Mechanize - mine is 1.74
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using the syntax checking feature in vim perlsupport plugin
by nysus (Parson) on Apr 15, 2016 at 16:30 UTC | |
|
Re^4: Using the syntax checking feature in vim perlsupport plugin
by nysus (Parson) on Apr 15, 2016 at 17:12 UTC |