The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{{
    $authors = join("\n", map { "author              = $_" } @{$dist->authors});
    $copyright_year = (localtime)[5] + 1900;
    '';
}}name                = {{ $dist->name }}
{{ $authors }}
copyright_holder    = {{ $dist->copyright_holder }}
copyright_year      = {{ $copyright_year }}
license             = {{ $dist->_license_class }}

{{
    ($zilla_plugin) = ($dist->name =~ /^Dist-Zilla-Plugin-(.+)$/g);
    $zilla_plugin
        ? $zilla_plugin =~ s/-/::/g && "[Bootstrap::lib]\n[$zilla_plugin]\n"
        : ''
}}
[@Author::ETHER]
:version = {{ use Dist::Zilla::PluginBundle::Author::ETHER; Dist::Zilla::PluginBundle::Author::ETHER->VERSION }}
{{ $zilla_plugin ? <<RESOURCES

[MetaResources]
x_IRC = irc://irc.perl.org/#distzilla
x_MailingList = http://dzil.org/#mailing-list

[Prereqs]
Dist::Zilla::Plugin::MetaResources = 4.300039   ; v2 meta-compliant license field
RESOURCES
: '' }}
[Prereqs / DevelopRequires]
Test::Warnings = 0

[Test::CleanNamespaces]

; authordep Pod::Weaver::Section::Contributors = 0.008