Dist::Zilla::Plugin::Readme - build a README file
This plugin adds a very simple README file to the distribution, citing the dist's name, version, abstract, and license. It may be more useful or informative in the future....
RJBS/Dist-Zilla-6.025 - 28 May 2022 15:57:31 UTC - Search in distribution- Dist::Zilla::PluginBundle::Basic - the basic plugins to maintain and release CPAN dists
- Dist::Zilla::PluginBundle::Classic - the classic (old) default configuration for Dist::Zilla
Dist::Zilla::Plugin::Readme::Brief - Provide a short simple README with just the essentials
This provides a terse but informative README file for your CPAN distribution that contains just the essential details about your dist a casual consumer would want to know. * The name of the primary module in the distribution * The distribution's main...
KENTNL/Dist-Zilla-Plugin-Readme-Brief-0.003003 - 05 Jun 2020 06:29:24 UTC - Search in distribution
Dist::Zilla::Plugin::Pod2Readme - Generate README from Pod, as simply as possible
This module generates a text README file from the POD of your main module....
DAGOLDEN/Dist-Zilla-Plugin-Pod2Readme-0.004 - 02 Apr 2017 17:33:07 UTC - Search in distribution
Dist::Zilla::Plugin::ReadmeFromPod - dzil plugin to generate README from POD
This plugin generates the README from "main_module" (or specified) by Pod::Readme. Options The following options are supported: "filename" The name of the file to extract the README from. This defaults to the main module of the distribution. "type" T...
FAYLAND/Dist-Zilla-Plugin-ReadmeFromPod-0.37 - 21 Dec 2018 01:34:07 UTC - Search in distribution
Dist::Zilla::Plugin::ReadmeAddDevInfo - Dist::Zilla::Plugin::ReadmeAddDevInfo - add info how to contribute to the project
RENEEB/Dist-Zilla-Plugin-ReadmeAddDevInfo-0.03
-
24 Jan 2019 06:56:57 UTC
-
Search in distribution
Dist::Zilla::Plugin::ReadmeAnyFromPod - Automatically convert POD to a README in any format for Dist::Zilla
Generates a README for your Dist::Zilla powered dist from its "main_module" in any of several formats. The generated README can be included in the build or created in the root of your dist for e.g. inclusion into version control. PLUGIN NAME AUTODETE...
RTHOMPSON/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.163250 - 20 Nov 2016 08:20:57 UTC - Search in distribution
Dist::Zilla::Plugin::CopyReadmeFromBuild - Copy README after building (for SCM inclusion, etc.)
CopyReadmeFromBuild will automatically copy the README from the build directory into the distribution directory. This is so you can commit the README to version control. GitHub, for example, likes to see a README Dist::Zilla::Plugin::Readme will not ...
ROKR/Dist-Zilla-Plugin-CopyReadmeFromBuild-0.0019 - 23 Aug 2011 18:49:38 UTC - Search in distribution
Dist::Zilla::Plugin::ReadmeMarkdownFromPod - Automatically convert POD to a README.mkdn for Dist::Zilla
Generate a README.mkdn from "main_module" by Pod::Markdown This module has been converted to a wrapper for Dist::Zilla::Plugin::ReadmeAnyFromPod with settings that replicate the behavior of the old plugin....
RTHOMPSON/Dist-Zilla-Plugin-ReadmeMarkdownFromPod-0.141140 - 24 Apr 2014 03:14:38 UTC - Search in distribution
Dist::Zilla::PluginBundle::Author::AJNN::Readme - Build a README file for AJNN's distributions
Provides a README file which only contains the most important information for someone who may have extracted the distribution archive, but is unsure what it is and what to do with it. In particular, the following content is included in the README: * ...
AJNN/Dist-Zilla-PluginBundle-Author-AJNN-0.03 - 03 Jul 2022 14:23:05 UTC - Search in distribution- Dist::Zilla::PluginBundle::Author::AJNN - Dist::Zilla configuration the way AJNN does it
Dist::Zilla::Plugin::JSAN::ReadmeFromMD - build a README file
This plugin adds a README.md file to the distribution, which just copy the markdown (or multi-markdown) documentation file of the main module. By default it also modifies your sources and add the same file to the root of them. Its useful for GitHub, ...
NPLATONOV/Dist-Zilla-Plugin-JSAN-0.06 - 15 Jul 2011 15:09:18 UTC - Search in distribution
Dist::Zilla::Plugin::GitHubREADME::Badge - Dist::Zilla - add badges to github README.md
Dist::Zilla::Plugin::GitHubREADME::Badge adds badges to GitHub README.md...
FAYLAND/Dist-Zilla-Plugin-GitHubREADME-Badge-0.35 - 02 Mar 2022 02:43:28 UTC - Search in distribution
Dist::Zilla::Plugin::Author::Plicease::ReadmeAnyFromPod - Personal subclass of Dist::Zilla::Plugin::ReadmeAnyFromPod
PLICEASE/Dist-Zilla-PluginBundle-Author-Plicease-2.71
-
13 Aug 2022 20:33:50 UTC
-
Search in distribution
- Dist::Zilla::PluginBundle::Author::Plicease - Dist::Zilla plugin bundle used by Plicease
Dist::Dzpl - An alternative configuration format (.pl) and invoker for Dist::Zilla
Dist::Dzpl is a wrapper around Dist::Zilla, allowing an alternative, flexible configuration mechanism. Instead of describing your distribution using an .ini file, you can use a Perl .pl script Your configuation file can be named "dzpl", "dz.pl", or "...
ROKR/Dist-Dzpl-0.0020 - 13 May 2010 20:22:45 UTC - Search in distribution
Pod::Readme - Intelligently generate a README file from POD
This module filters POD to generate a README file, by using POD commands to specify which parts are included or excluded from the README file....
RRWO/Pod-Readme-v1.2.3 - 31 Oct 2018 22:58:15 UTC - Search in distribution- Pod::Readme::Plugin::requires - Include requirements in README
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::Role::Hooker - Run Perl code written in your plugin's dist.ini section
- Dist::Zilla::Plugin::Hook::Init - Hook::Init plugin implementation
- Dist::Zilla::Plugin::Hook::Manual - Hook plugin user manual
- 19 more results from Dist-Zilla-Plugin-Hook »
Dist::Zilla::Starter - Guide to getting started with Dist::Zilla
This is a guide to the inner workings of Dist::Zilla for managing and releasing CPAN distributions effectively, in particular with the [@Starter] and [@Starter::Git] bundles. See their documentation for specific usage....
DBOOK/Dist-Zilla-PluginBundle-Starter-v5.0.2 - 10 Jan 2021 02:37:37 UTC - Search in distribution- Dist::Zilla::PluginBundle::Starter - A minimal Dist::Zilla plugin bundle
pause - A CLI for PAUSE
PERLANCAR/App-pause-0.657
-
31 Jan 2022 00:06:19 UTC
-
Search in distribution
Pod::Readme::Brief - A short simple README with just the essentials
This module creates a brief README from a POD document (presumably the main module of a distribution) with just the information relevant to the audience who would even look inside such a README: non-Perl people. This is intended as a sensible boilerp...
ARISTOTLE/Pod-Readme-Brief-1.002 - 09 Aug 2022 23:11:16 UTC - Search in distribution
Test::Kwalitee - Test the Kwalitee of a distribution before you release it
Kwalitee is an automatically-measurable gauge of how good your software is. That's very different from quality, which a computer really can't measure in a general sense. (If you can, you've solved a hard problem in computer science.) In the world of ...
ETHER/Test-Kwalitee-1.28 - 02 Feb 2019 19:30:09 UTC - Search in distribution