Last active
December 17, 2015 21:59
-
-
Save rwstauner/5678576 to your computer and use it in GitHub Desktop.
Get an ini string from a plugin bundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*$ perl -MData::Dumper -e 'use Dist::Zilla::Config::BundleInspector; | |
print Dist::Zilla::Config::BundleInspector->new( | |
bundle_class => "Dist::Zilla::PluginBundle::RJBS" | |
)->ini_string' | |
[Git::GatherDir] | |
[CheckPrereqsIndexed] | |
[CheckExtraTests] | |
[@Filter] | |
-bundle = @Basic | |
-remove = GatherDir | |
-remove = ExtraTests | |
[AutoPrereqs] | |
[Git::NextVersion] | |
version_regexp = ^([0-9]+\.[0-9]+)$ | |
[PkgVersion] | |
[MetaConfig] | |
[MetaJSON] | |
[NextRelease] | |
[Test::ChangesHasContent] | |
[PodSyntaxTests] | |
[Test::Compile] | |
[ReportVersions::Tiny] | |
[Prereqs / TestMoreWithSubtests] | |
-phase = test | |
-type = requires | |
Test::More = 0.96 | |
[PodWeaver] | |
config_plugin = @RJBS | |
[GithubMeta] | |
issues = | |
remote = github | |
remote = origin | |
user = rjbs | |
[@Git] | |
push_to = origin : | |
push_to = github : | |
remotes_must_exist = 0 | |
tag_format = %v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment