NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
perlcritic-fly.el???? (Score:1)
I'm thinking that just autoadding lib/, t/, uh... t/lib would be spiffy. Perhaps with some dwimmery to notice if those directories can be found by navigating up the directory tree:
~jjore/src/Foo-Bar/t$
Maybe there oughta be some data in a ~/.whatever file to allow a person to specify what happens when under certain paths.
Reply to This
Re: (Score:1)
I'm thinking that just autoadding lib/, t/, uh... t/lib would be spiffy.
That's a functionality that has been present in Perl for ages. It's called PERL5LIB.
Re: (Score:1)
Re: (Score:1)
Putting aside the argument about compiling untrusted code, you should be able to get the effect you want by putting "use criticism;" at the top of your script. In the latest release of criticism.pm, we changed the default output format to look exactly like the perl's native compiler warnings. So when you r
Re: (Score:1)
Re: (Score:1)
-Jeff
Re: (Score:1)
Re: (Score:1)
Perhaps we could repurpose the flymake code and just substitute "perlcritic" where it says "perl -c". But your lisp skills are far better than mine.
-Jeff
Re: (Score:1)