The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name = Dist-Zilla-Plugin-Test-EOL
author = Florian Ragwitz <rafl@debian.org>
author  = Caleb Cushing <xenoterracide@gmail.com>
author  = Karen Etheridge <ether@cpan.org>
license = Perl_5
copyright_holder = Florian Ragwitz <rafl@debian.org>
copyright_year = 2010

[Bootstrap::lib]

[@Author::ETHER]
:version = 0.094
changes_version_columns = 8
Authority.authority = cpan:FLORA
Git::Tag.tag_format  = %v
Git::Tag.tag_message = %v
Test::ReportPrereqs.include = CPAN::Meta::Validator
Test::EOL.filename = t/eol.t
-remove = MetaTests ; until Test::CPAN::Meta is fixed
Test::MinimumVersion.max_target_perl = 5.008003
StaticInstall.dry_run = 0   ; we can safely set this here

[Prereqs / DevelopRequires]
Test::Warnings = 0

[GenerateFile / test_prereq]
filename = t/prereqs.t
content_is_template = 1
content = # generated from dist.ini
content = use strict;
content = use warnings;
content = use Test::More tests => 1;
content = use Test::EOL ();
content = pass('all is good!');

[Test::Perl::Critic]
[Test::Version]

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

[Test::CheckBreaks]
conflicts_module = Moose::Conflicts

[Deprecated]
:version = 0.003
module = Dist::Zilla::Plugin::EOLTests