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

Dist::Zilla::Config::Slicer - Config::MVP::Slicer customized for Dist::Zilla

Author

       Randy Stauner <rwstauner@cpan.org>

Description

       This is a subclass of Config::MVP::Slicer that overrides the default match_package to expand packages
       according to Dist::Zilla's rules.

Name

       Dist::Zilla::Config::Slicer - Config::MVP::Slicer customized for Dist::Zilla

See Also

       •   Config::MVP::Slicer

       •   Dist::Zilla::Role::PluginBundle::Config::Slicer

           A role to consume in your own "PluginBundle" to automatically enable config slicing.

       •   Dist::Zilla::PluginBundle::ConfigSlicer

           A  "PluginBundle"  that  combines @Filter with Dist::Zilla::Role::PluginBundle::Config::Slicer so you
           can override the configuration for a bundle that doesn't have config slicing built in.

Support

Perldoc
       You can find documentation for this module with the perldoc command.

         perldoc Dist::Zilla::Config::Slicer

   Websites
       The following websites have more information about this module, and may be of help to you. As always,  in
       addition to those websites please use your favorite search engine to discover more resources.

       •   MetaCPAN

           A modern, open-source CPAN search engine, useful to view POD in HTML format.

           <http://metacpan.org/release/Dist-Zilla-Config-Slicer>

   Bugs/FeatureRequests
       Please  report any bugs or feature requests by email to "bug-dist-zilla-config-slicer at rt.cpan.org", or
       through the web interface at <https://rt.cpan.org/Public/Bug/Report.html?Queue=Dist-Zilla-Config-Slicer>.
       You will be automatically notified of any progress on the request by the system.

   SourceCode
       <https://github.com/rwstauner/Dist-Zilla-Config-Slicer>

         git clone https://github.com/rwstauner/Dist-Zilla-Config-Slicer.git

Synopsis

         my $slicer = Dist::Zilla::Config::Slicer->new({
           config => $section->{payload},
         });

         $slicer->merge($plugin);

Version

       version 0.202

See Also