The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "config::mvp"

Config::MVP - multivalue-property package-oriented configuration River stage three • 8 direct dependents • 827 total dependents

MVP is a mechanism for loading configuration (or other information) for libraries. It doesn't read a file or a database. It's a helper for things that do. The idea is that you end up with a Config::MVP::Sequence object, and that you can use that obje...

RJBS/Config-MVP-2.200013 - 31 Dec 2022 18:49:09 UTC - Search in distribution

Config::MVP::Slicer - Extract embedded plugin config from parent config River stage two • 3 direct dependents • 85 total dependents

This can be used to extract embedded configurations for other plugins out of larger (parent) configurations. A example where this can be useful is plugin bundles (see Config::MVP::Assembler::WithBundles). A bundle loads other plugins with a default c...

RWSTAUNER/Config-MVP-Slicer-0.303 - 04 Sep 2017 02:34:52 UTC - Search in distribution

Config::MVP::Reader::INI - an MVP config reader for .ini files River stage three • 7 direct dependents • 826 total dependents

Config::MVP::Reader::INI reads .ini files containing MVP-style configuration....

RJBS/Config-MVP-Reader-INI-2.101465 - 01 Jan 2023 02:27:22 UTC - Search in distribution

Config::MVP::Writer::INI - Build an INI file for Config::MVP River stage one • 2 direct dependents • 2 total dependents

This class takes a collection of Config::MVP style data structures and writes them to a string in INI format. One usage example would be to create a roughly equivalent INI file from the output of a plugin bundle (Dist::Zilla, Pod::Weaver, etc.). The ...

RWSTAUNER/Config-MVP-Writer-INI-0.005 - 06 Sep 2017 14:50:49 UTC - Search in distribution

Config::MVP::BundleInspector - Determine prereqs and INI string from PluginBundles River stage one • 1 direct dependent • 1 total dependent

This module gathers info about the plugin specs from a Config::MVP "PluginBundle"....

RWSTAUNER/Config-MVP-BundleInspector-0.001 - 16 Mar 2013 23:21:41 UTC - Search in distribution

Dist::Zilla::MVP::Assembler::GlobalConfig - Dist::Zilla::MVP::Assembler for global configuration River stage three • 664 direct dependents • 722 total dependents

RJBS/Dist-Zilla-6.032 - 25 May 2024 16:31:37 UTC - Search in distribution

pmodinfo River stage zero No dependents

See App::pmodinfo for more information....

TBR/App-pmodinfo-0.10 - 16 Jul 2011 15:59:55 UTC - Search in distribution

Dist::Zilla::Starter - Guide to getting started with Dist::Zilla River stage one • 5 direct dependents • 7 total dependents

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

CPAN::Local - Hack custom CPAN repos River stage one • 1 direct dependent • 1 total dependent

CPAN::Local is a framework for creating custom CPAN implementations. It is to your private repositories as Dist::Zilla is to your distributions. The individual tasks related to mirror management are handled by separate plugins, and those plugins can ...

PSHANGOV/CPAN-Local-0.010 - 12 Dec 2012 18:24:59 UTC - Search in distribution

Config::Tiny - Read/Write .ini style files with as little code as possible River stage three • 140 direct dependents • 279 total dependents

"Config::Tiny" is a Perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The *::Ti...

RSAVAGE/Config-Tiny-2.30 - 12 Oct 2023 23:47:12 UTC - Search in distribution

Dist::Zilla::PluginBundle::Author::MELO - MELO is lazy, this are his rules River stage one • 1 direct dependent • 1 total dependent

This is the way MELO is building his dists, using Dist::Zilla and in particular Dist::Zilla::Role::PluginBundle::Easy. I'm still working through all the kinks so don't expect nothing stable until this warning disappears. This Bundle was forked from D...

MELO/Dist-Zilla-PluginBundle-Author-MELO-0.012 - 18 Jan 2013 11:30:50 UTC - Search in distribution

Dist::Zilla::Util::ExpandINI - Read an INI file and expand bundles as you go. River stage one • 3 direct dependents • 5 total dependents

This module builds upon the previous work ":Util::BundleInfo" ( Which can extract configuration from a bundle in a manner similar to how "dzil" does it ) and integrates it with some *very* minimal "INI" handling to provide a tool capable of generatin...

KENTNL/Dist-Zilla-Util-ExpandINI-0.003003 - 04 Mar 2017 05:52:13 UTC - Search in distribution

Pod::Weaver::PluginBundle::Author::LXP - configure Pod::Weaver like LXP River stage one • 1 direct dependent • 1 total dependent

This Pod::Weaver plugin bundle configures Pod::Weaver the way CPAN author "LXP" uses it, achieving the same result as these entries in a weaver.ini file: ;; SETUP ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; "A bundle for the most com...

LXP/Pod-Weaver-PluginBundle-Author-LXP-1.0.0 - 19 Jul 2013 11:20:12 UTC - Search in distribution

Pod::Weaver::Config - stored configuration loader role River stage three • 137 direct dependents • 235 total dependents

The config role provides some helpers for writing a configuration loader using the Config::MVP system to load and validate its configuration....

RJBS/Pod-Weaver-4.020 - 21 Mar 2024 17:58:57 UTC - Search in distribution

Dist::Zilla::Plugin::SlackNotify - Publish a notification on Slack after release River stage zero No dependents

This plugin is for notifying a Slack channel that a release has gone out. Please configure an Incoming WebHook in your organization's Slack Custom Integrations. <https://teamname.slack.com/apps/manage/custom-integrations>...

SLEUNG/Dist-Zilla-Plugin-SlackNotify-0.003 - 28 Jun 2017 19:21:47 UTC - Search in distribution

Dist::Zilla::Role::PluginLoader - A Plugin that can load others. River stage one • 2 direct dependents • 2 total dependents

KENTNL/Dist-Zilla-Role-PluginLoader-0.001003 - 08 Mar 2017 09:46:45 UTC - Search in distribution

Dist::Zilla::Role::PluginBundle::Merged - Mindnumbingly easy way to create a PluginBundle River stage one • 3 direct dependents • 8 total dependents

This is a PluginBundle role, based partially on the underlying code from Dist::Zilla::PluginBundle::Git. As you can see from the example above, it's incredibly easy to make a bundle from this role. It uses Dist::Zilla::Role::PluginBundle::Easy, so yo...

BBYRD/Dist-Zilla-Role-PluginBundle-Merged-1.00 - 27 Jun 2013 22:33:25 UTC - Search in distribution

Pod::Weaver::Role::SectionReplacer - A Pod::Weaver section that will replace itself in the original document. River stage one • 2 direct dependents • 4 total dependents

SGRAHAM/Pod-Weaver-Role-SectionReplacer-1.00 - 15 Sep 2010 08:51:18 UTC - Search in distribution

Dist::Zilla::Plugin::EmailNotify - send an email on dist release River stage one • 1 direct dependent • 1 total dependent

This plugin allows one to send an email when releasing....

XSAWYERX/Dist-Zilla-Plugin-EmailNotify-0.004 - 02 Jan 2016 16:42:55 UTC - Search in distribution

Dist::Zilla::PluginBundle::RSRCHBOY - Zilla your distributions like RSRCHBOY! River stage one • 2 direct dependents • 3 total dependents

This is RSRCHBOY's current Dist::Zilla "dist.ini" config for his packages. He's still figuring this all out. It's like vim, you never really know all the things. If you'd like to see what this does without digging into the guts, I recommend you insta...

RSRCHBOY/Dist-Zilla-PluginBundle-RSRCHBOY-0.077 - 05 Mar 2018 21:37:48 UTC - Search in distribution
28 results (0.359 seconds)