File: dist.ini

package info (click to toggle)
libdist-zilla-plugin-test-eol-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 7
  • sloc: perl: 340; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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