logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mason::PluginBundle::Default - Default plugins

Author

       Jonathan Swartz <swartz@pobox.com>

Description

       Plugins in this bundle are always added by default, regardless of whether you pass a plugins list to
       "Mason->new". You can use the '-' prefix to remove individual plugins or the whole bundle. e.g.

           # Will get just the default plugins
           Mason->new(...);
           Mason->new(plugins => [], ...);

           # Will get the default plugins plus the 'Foo' plugin
           Mason->new(plugins => ['Foo'], ...);

           # Will get the default plugins except for 'DollarDot'
           Mason->new(plugins => ['-DollarDot'], ...);

           # Will get no plugins
           Mason->new(plugins => ['-Default'], ...);

Included Plugins

       Defer
       DollarDot

Name

       Mason::PluginBundle::Default - Default plugins

See Also

       Mason

See Also