Dist::Zilla::Util::CurrentCmd This module exists in case you are absolutely certain you want to have different behaviors for either a plugin, or a bundle, to trigger on ( or off ) a specific phase. Usually, this is a bad idea, and the need to do this suggests a poor choice of work-flow to begin with. That said, this utility is *probably* more useful in a bundle than in a plugin, in that it will be slightly more optimal than say, having an "ENV" flag to control this difference. INSTALLATION This is a Perl module distribution. It should be installed with whichever tool you use to manage your installation of Perl, e.g. any of cpanm . cpan . cpanp -i . Consult http://www.cpan.org/modules/INSTALL.html for further instruction. Should you wish to install this module manually, the procedure is perl Makefile.PL make make test make install COPYRIGHT AND LICENSE This software is copyright (c) 2017 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.