Search results for "Dist::Zilla::Plugin"
Dist::Zilla::Plugin::if - Load a plugin only if a condition is true
"if" is intended to be a similar utility to perl "if". It will execute all of "condition" in turn, and only when all return true, will the plugin be added to "Dist::Zilla"...
KENTNL/Dist-Zilla-Plugin-if-0.002002 - 09 Mar 2017 10:12:28 UTC - Search in distribution
Dist::Zilla::Plugin::Alt - Create Alt distributions with Dist::Zilla
This Dist::Zilla plugin can be added to an existing dist.ini file to turn your (or someone else's) distribution into an Alt distribution. What it does is: Modifies "Makefile.PL" or "Build.PL" Adds code to change the install location so that your dist...
PLICEASE/Dist-Zilla-Plugin-Alt-0.08 - 27 Apr 2021 15:37:40 UTC - Search in distribution
Dist::Zilla::Plugin::FFI - FFI related Dist::Zilla plugins
This distribution contains some useful plugins for working with FFI::Platypus and friends....
PLICEASE/Dist-Zilla-Plugin-FFI-1.07 - 16 Oct 2022 10:38:04 UTC - Search in distribution
Dist::Zilla::Plugin::Git - Update your git repository after release
This set of plugins for Dist::Zilla can do interesting things for module authors using Git (<https://git-scm.com>) to track their work. You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain fe...
ETHER/Dist-Zilla-Plugin-Git-2.048 - 10 Jul 2021 01:27:44 UTC - Search in distribution- Dist::Zilla::Plugin::Git::Push - Push current branch
- Dist::Zilla::Plugin::Git::Commit - Commit dirty files
- Dist::Zilla::Plugin::Git::GatherDir - Gather all tracked files in a Git working directory
- 3 more results from Dist-Zilla-Plugin-Git »
Dist::Zilla::Plugin::RPM - Build an RPM from your Dist::Zilla release
This plugin is a Releaser for Dist::Zilla that builds an RPM of your distribution....
SKYSYMBOL/Dist-Zilla-Plugin-RPM-0.016 - 09 Apr 2020 15:46:39 UTC - Search in distribution
Dist::Zilla::Plugin::Run - Run external commands and code at specific phases of Dist::Zilla
Run arbitrary commands and code at various Dist::Zilla phases....
ETHER/Dist-Zilla-Plugin-Run-0.049 - 29 Apr 2023 15:33:47 UTC - Search in distribution- Dist::Zilla::Plugin::Run::Clean - execute a command of the distribution on 'dzil clean'
- Dist::Zilla::Plugin::Run::Release - execute a command of the distribution on release
- Dist::Zilla::Plugin::Run::AfterMint - Execute a command after a new distribution is minted
- 1 more result from Dist-Zilla-Plugin-Run »
Dist::Zilla::Plugin::SVK - have svk update your repository at release time
This set of plugins for Dist::Zilla can do interesting things for module authors using svk <http://svk.bestpractical.com> to track their work. The following plugins are provided in this distribution: * Dist::Zilla::Plugin::SVK::Check * Dist::Zilla::P...
DRBEAN/Dist-Zilla-Plugin-SVK-0.10 - 02 Jul 2010 00:30:15 UTC - Search in distribution- Dist::Zilla::Plugin::SVK::Push - push current branch
Dist::Zilla::Plugin::Web - Collection of web-related plugins for DZil
NPLATONOV/Dist-Zilla-Plugin-Web-0.0.10
-
11 Apr 2015 05:07:28 UTC
-
Search in distribution
- Dist::Zilla::Plugin::Web::NPM::Publish - Publish your module in npm with `dzil release`
- Dist::Zilla::App::Command::add_header - concatenate individual files from your dist into bundles
Dist::Zilla::Plugin::lib - A simpler bootstrap for a more civilised world
Dist::Zilla::Plugin::lib serves as a relatively straight-forward and uncomplicated way to wire certain local paths in your distributions source tree into Perl's @INC library load path. Its primary audiences are twofold. Self-Building Dist::Zilla Plug...
KENTNL/Dist-Zilla-Plugin-lib-0.001002 - 06 Mar 2017 12:02:05 UTC - Search in distribution
Dist::Zilla::Role::Plugin - something that gets plugged in to Dist::Zilla
The Plugin role should be applied to all plugin classes. It provides a few key methods and attributes that all plugins will need....
RJBS/Dist-Zilla-6.030 - 19 Jan 2023 03:03:06 UTC - Search in distribution- Dist::Zilla::Plugin::Readme - build a README file
- Dist::Zilla::Plugin::DistINI - a plugin to add a dist.ini to newly-minted dists
- Dist::Zilla::Plugin::License - output a LICENSE file
- 66 more results from Dist-Zilla »
Dist::Zilla::Plugin::Code - dynamically create plugins from a bundle
Dist::Zilla::Plugin::Code::AfterBuild something that runs after building is mostly complete Dist::Zilla::Plugin::Code::AfterRelease something that runs after release is mostly complete Dist::Zilla::Plugin::Code::BeforeArchive something that runs befo...
SKIRMESS/Dist-Zilla-Plugin-Code-0.008 - 09 Aug 2023 20:44:38 UTC - Search in distribution- Dist::Zilla::Plugin::Code::BuildRunner - something used as a delegating agent during 'dzil run'
- Dist::Zilla::Plugin::Code::PrereqSource - something that registers prereqs of the dist
- Dist::Zilla::Plugin::Code::MetaProvider - something that provides data to merge into the distribution metadata
- 4 more results from Dist-Zilla-Plugin-Code »
Dist::Zilla::Plugin::DOAP - create a doap.xml file for your project
This is a small plugin for Dist::Zilla, enabling you to bundle a DOAP file with your distribution. The Straight DOAP So what is DOAP? This explanation is lifted from Wikipedia <http://en.wikipedia.org/wiki/DOAP>. *DOAP (Description of a Project) is a...
TOBYINK/Dist-Zilla-Plugin-DOAP-0.003 - 12 Oct 2014 20:09:50 UTC - Search in distribution
Dist::Zilla::Plugin::Dpkg - Generate Dpkg files for your perl module
Dist::Zilla::Plugin::Dpkg generates Debian' controls files that you can use with debhelper to generate packages of your perl module. There are a handful of tools that provide similar functionality. Most of them expect your perl module to have a stand...
DIZ/Dist-Zilla-Plugin-Dpkg-0.05 - 11 Apr 2013 00:15:27 UTC - Search in distribution
Dist::Zilla::Plugin::Hook - Write Dist::Zilla plugin directly in dist.ini
This plugin consumes "Hooker" role like all other "Hook" plugins. However, this plugin *never* executes its Perl code. Instead, it just stores it for later use. As of today, only "Hook" plugin with "prologue" name is actually used: [Hook/prologue] . ...
VDB/Dist-Zilla-Plugin-Hook-v0.8.4 - 15 Mar 2018 21:49:38 UTC - Search in distribution- Dist::Zilla::Plugin::Hook::BeforeMint - Hook::BeforeMint plugin implementation
- Dist::Zilla::Plugin::Hook::FilePruner - Hook::FilePruner plugin implementation
- Dist::Zilla::Plugin::Hook::BeforeBuild - Hook::BeforeBuild plugin implementation
- 5 more results from Dist-Zilla-Plugin-Hook »
Dist::Zilla::Plugin::JSAN - a plugin for Dist::Zilla for building JSAN distributions
This is a plugin for distribution-management tool Dist::Zilla. It greatly simplifies the release process, allowing you to focus on the code itself....
NPLATONOV/Dist-Zilla-Plugin-JSAN-0.06 - 15 Jul 2011 15:09:18 UTC - Search in distribution- Dist::Zilla::Plugin::JSAN::NPM - Generate the `package.json` file, suitable for `npm` package manager
- Dist::Zilla::Plugin::JSAN::OptimizePNG - a plugin for Dist::Zilla which optimize the PNG images
- Dist::Zilla::Plugin::JSAN::InstallInstructions - build an INSTALL file
- 2 more results from Dist-Zilla-Plugin-JSAN »
Dist::Zilla::Plugin::Lump - Lump other modules/dists together into dist
WARNING: EXPERIMENTAL This plugin will lump (add together) one or more module files to your dist during building. When done carefully, this can reduce the number of dists that users need to download and install because they are already included in yo...
PERLANCAR/Dist-Zilla-Plugin-Lump-0.10 - 14 Feb 2016 05:11:51 UTC - Search in distribution
Dist::Zilla::Plugin::WSDL - WSDL to Perl classes when building your dist
This Dist::Zilla plugin will create classes in your distribution for interacting with a web service based on that service's published WSDL file. It uses SOAP::WSDL and can optionally add both a class prefix and a typemap....
MJGARDNER/Dist-Zilla-Plugin-WSDL-0.208 - 19 Oct 2020 01:45:48 UTC - Search in distribution
Dist::Zilla::Plugin::Alien - Use Alien::Base with Dist::Zilla
NOTE: This module uses the older, and still supported, but not actively developed Alien::Base::ModuleBuild interface for installing aliens. You should use Dist::Zilla::Plugin::AlienBuild for new Aliens, and consider migration for older code as well. ...
ZMUGHAL/Dist-Zilla-Plugin-Alien-0.024 - 05 May 2022 03:54:37 UTC - Search in distribution
Dist::Zilla::Plugin::Clean - Clean after release
Dist::Zilla::Plugin::Clean is a simple Dist::Zilla plugin thet cleans the working directory (just like "dzil clean") after a release....
ALEXBIO/Dist-Zilla-Plugin-Clean-0.07 - 20 Aug 2012 11:22:43 UTC - Search in distribution
Dist::Zilla::Plugin::Depak - Pack dependencies onto scripts during build using 'depak'
This plugin will replace your scripts with the packed version (that is, scripts that have their dependencies packed onto themselves). Packing will be done using depak. If depak.conf exists in your dist's top-level directory, it will be used as the de...
PERLANCAR/Dist-Zilla-Plugin-Depak-0.21 - 14 Jul 2017 08:50:42 UTC - Search in distribution