Closed azawawi closed 10 years ago
in 0.29 we started having a plugin manager which display the dummy plugins.
The idea is now simpler, no plugins. Farabi comes like Mojolicious when less required dependencies but with run time dependencies.
e.g Perl::Critic is installed and has version >1.008, then we enable the perl critic feature
Fixed with https://github.com/azawawi/farabi/commit/b77c717b4b41504b7d3393fe0da68186027395ad
Farabi is lighter than ever
Farabi should be intelligent enough to lose some dependencies.
e.g. Perl::Tidy and Perl::Critic feature is not enabled until you install it.