{"id":15018758,"url":"https://github.com/kentnl/dist-zilla-util-bundleinfo","last_synced_at":"2026-03-16T12:36:31.441Z","repository":{"id":9827965,"uuid":"11814882","full_name":"kentnl/Dist-Zilla-Util-BundleInfo","owner":"kentnl","description":"Load and interpret a bundle","archived":false,"fork":false,"pushed_at":"2017-03-04T04:28:26.000Z","size":839,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T00:42:31.046Z","etag":null,"topics":["dist-zilla","perl"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kentnl.png","metadata":{"files":{"readme":"README.mkdn","changelog":"Changes","contributing":"CONTRIBUTING.pod","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-01T11:09:35.000Z","updated_at":"2017-03-04T03:58:11.000Z","dependencies_parsed_at":"2022-09-06T02:00:23.967Z","dependency_job_id":null,"html_url":"https://github.com/kentnl/Dist-Zilla-Util-BundleInfo","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FDist-Zilla-Util-BundleInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FDist-Zilla-Util-BundleInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FDist-Zilla-Util-BundleInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FDist-Zilla-Util-BundleInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentnl","download_url":"https://codeload.github.com/kentnl/Dist-Zilla-Util-BundleInfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318747,"owners_count":20272137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dist-zilla","perl"],"created_at":"2024-09-24T19:52:25.117Z","updated_at":"2025-12-26T12:32:12.687Z","avatar_url":"https://github.com/kentnl.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nDist::Zilla::Util::BundleInfo - Load and interpret a bundle\n\n# VERSION\n\nversion 1.001006\n\n# SYNOPSIS\n\n    use Dist::Zilla::Util::BundleInfo;\n\n    # [@RJBS]\n    # -myparam = foo\n    # param = bar\n    # param = quux\n    #\n    my $info = Dist::Zilla::Util::BundleInfo-\u003enew(\n      bundle_name =\u003e '@RJBS',\n      bundle_payload =\u003e [\n        '-myparam' =\u003e 'foo',\n        'param'    =\u003e 'bar',\n        'param'    =\u003e 'quux'\n      ]\n    );\n    for my $plugin ( $info-\u003eplugins ) {\n      print $plugin-\u003eto_dist_ini; # emit each plugin in order in dist.ini format.\n    }\n\n# METHODS\n\n## `plugins`\n\nReturns a list of [`::BundleInfo::Plugin`](https://metacpan.org/pod/Dist::Zilla::Util::BundleInfo::Plugin) instances\nrepresenting the configuration data for each section returned by the bundle.\n\n# ATTRIBUTES\n\n## `bundle_name`\n\nThe name of the bundle to get info from\n\n    -\u003enew( bundle_name =\u003e '@RJBS' )\n    -\u003enew( bundle_name =\u003e 'Dist::Zilla::PluginBundle::RJBS' )\n\n## `bundle_dz_name`\n\nThe name to pass to the bundle in the `name` parameter.\n\nThis is synonymous to the value of `Foo` in\n\n    [@Bundle / Foo]\n\n## `bundle_payload`\n\nThe parameter list to pass to the bundle.\n\nThis is synonymous with the properties passed in `dist.ini`\n\n    {\n      foo =\u003e 'bar',\n      quux =\u003e 'do',\n      multivalue =\u003e [ 'a' , 'b', 'c' ]\n    }\n\n`==`\n\n    [\n      'foo' =\u003e 'bar',\n      'quux' =\u003e 'do',\n      'multivalue' =\u003e 'a',\n      'multivalue' =\u003e 'b',\n      'multivalue' =\u003e 'c',\n    ]\n\n`==`\n\n    foo = bar\n    quux = do\n    multivalue = a\n    multivalue = b\n    multivalue = c\n\n# PRIVATE FUNCTIONS\n\n## `_coerce_bundle_name`\n\n    _coerce_bundle_name('@Foo') # Dist::Zilla::PluginBundle::Foo\n\n## `_isa_bundle`\n\n    _isa_bundle('Foo::Bar::Baz') # fatals if Foo::Bar::Baz can't do -\u003ebundle_config\n\n# AUTHOR\n\nKent Fredric \u003ckentnl@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2017 by Kent Fredric \u003ckentfredric@gmail.com\u003e.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentnl%2Fdist-zilla-util-bundleinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentnl%2Fdist-zilla-util-bundleinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentnl%2Fdist-zilla-util-bundleinfo/lists"}