Skip to content

Instantly share code, notes, and snippets.

@rwstauner
Last active December 17, 2015 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwstauner/5678576 to your computer and use it in GitHub Desktop.
Save rwstauner/5678576 to your computer and use it in GitHub Desktop.
Get an ini string from a plugin bundle
*$ 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