Last Updated: February 25, 2016
·
493
· colinkeith

Using Plugin Bundles with Perl's Dist::Zilla

Dist::Zilla allows you to create these files automatically when you build a release of your module. Files are created through plugins, to remove clutter from your dist.ini you can use PluginBundles which are modules that load lots of plugins. To load a plugin bundle prefix the name of the bundle with a @ symbol in your dist.ini E.g.

Plugin Bundle dist.ini example:

name = your-module-name
author = your name <you@example.com>
license = Artistic_2_0
version = 0.02

[Prereqs]
My::Module = 0

[@Basic]