azawawi / farabi

Farabi - Modern Perl IDE
28 stars 8 forks source link

Minimal Farabi #9

Closed azawawi closed 10 years ago

azawawi commented 11 years ago

Farabi should be intelligent enough to lose some dependencies.

e.g. Perl::Tidy and Perl::Critic feature is not enabled until you install it.

azawawi commented 11 years ago

in 0.29 we started having a plugin manager which display the dummy plugins.

azawawi commented 10 years ago

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

azawawi commented 10 years ago

Fixed with https://github.com/azawawi/farabi/commit/b77c717b4b41504b7d3393fe0da68186027395ad

Farabi is lighter than ever