in reply to Re: Perl syntax checking without `perl -c` [general reply to all]
in thread Perl syntax checking without `perl -c`
Well yeah, I guess if those modules are supposed to export functions ° and you call them without parens this might produce bareword errors (and many others).
So declaring a sub syntactic_sugar is already also changing syntax, because it allows to call them as barewords.
Hence you'll need to fake-export them too. ;)
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl syntax checking without `perl -c` (bareword)
by kcott (Archbishop) on Dec 04, 2020 at 23:20 UTC | |
by LanX (Saint) on Dec 05, 2020 at 01:48 UTC | |
by kcott (Archbishop) on Dec 06, 2020 at 02:55 UTC |