-
-
15 Mar 2018 21:49:38 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone hg repository
- Issues
- Testers
- Kwalitee
Bus factor: 0- 94.12% Coverage
- License: gpl_3
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (46.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Dist::Zilla::Role::AfterBuild
- Dist::Zilla::Role::AfterMint
- Dist::Zilla::Role::AfterRelease
- Dist::Zilla::Role::BeforeArchive
- Dist::Zilla::Role::BeforeBuild
- Dist::Zilla::Role::BeforeMint
- Dist::Zilla::Role::BeforeRelease
- Dist::Zilla::Role::ErrorLogger
- Dist::Zilla::Role::FileGatherer
- Dist::Zilla::Role::FileMunger
- Dist::Zilla::Role::FilePruner
- Dist::Zilla::Role::InstallTool
- Dist::Zilla::Role::LicenseProvider
- Dist::Zilla::Role::MetaProvider
- Dist::Zilla::Role::ModuleMaker
- Dist::Zilla::Role::NameProvider
- Dist::Zilla::Role::Plugin
- Dist::Zilla::Role::PrereqSource
- Dist::Zilla::Role::ReleaseStatusProvider
- Dist::Zilla::Role::Releaser
- Dist::Zilla::Role::VersionProvider
- Moose
- Moose::Role
- namespace::autoclean
- version
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version v0.8.4 - 2018-03-15
- `VersionHandling` example is renamed to `VersionBumping` and reworked: (1) `Version::Dotted::Semantic` is used instead of `Perl::Version` (due to problem with underscore). (2) `use Path::Tiny` is not required with current `Dist::Zilla`. (3) The example shows `ReleaseStatusProvider`.
- `NoDotInInc` example added.
- `=encoding UTF-8` added to examples to avoid POD errors on Metacpan.
- SPDX license identifiers added.
Documentation
Hook plugin user manualModules
Write Dist::Zilla plugin directly in dist.iniHook::AfterBuild plugin implementationHook::AfterMint plugin implementationHook::AfterRelease plugin implementationHook::BeforeArchive plugin implementationHook::BeforeBuild plugin implementationHook::BeforeMint plugin implementationHook::BeforeRelease plugin implementationHook::FileGatherer plugin implementationHook::FileMunger plugin implementationHook::FilePruner plugin implementationHook::Init plugin implementationHook::InstallTool plugin implementationHook::LicenseProvider plugin implementationHook::MetaProvider plugin implementationHook::ModuleMaker plugin implementationHook::NameProvider plugin implementationHook::PrereqSource plugin implementationHook::ReleaseStatusProvider plugin implementationHook::Releaser plugin implementationHook::VersionProvider plugin implementationRun Perl code written in your plugin's dist.ini sectionExamples
- eg/AdaptiveTestVersion/README.pod
- eg/AdaptiveTestVersion/dist.ini
- eg/Description/README.pod
- eg/Description/dist.ini
- eg/NoDotInInc/README.pod
- eg/NoDotInInc/dist.ini
- eg/NoDotInInc/inc/Foo.pm
- eg/TemplateVariables/BUGS.pod
- eg/TemplateVariables/README.pod
- eg/TemplateVariables/dist.ini
- eg/UnwantedDependencies/README.pod
- eg/UnwantedDependencies/dist.ini
- eg/VersionBumping/README.pod
- eg/VersionBumping/VERSION
- eg/VersionBumping/dist.ini
Module Install Instructions
To install Dist::Zilla::Plugin::Hook, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Hook
perl -MCPAN -e shell install Dist::Zilla::Plugin::Hook
For more information on module installation, please visit the detailed CPAN module installation guide.