File: dist.ini

package info (click to toggle)
libdist-zilla-plugin-git-perl 2.051-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 712 kB
  • sloc: perl: 1,306; makefile: 11
file content (55 lines) | stat: -rw-r--r-- 1,301 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
49
50
51
52
53
54
55
;				be kind to Emacs users -*-conf-windows-*-
name    = Dist-Zilla-Plugin-Git
author  = Jerome Quelin
license = Perl_5
copyright_holder = Jerome Quelin
copyright_year   = 2009

; During development, you may want to comment out Bootstrap::lib.
; Otherwise, bugs in your new code can keep "dzil test" from running.
[Bootstrap::lib]

[@Author::ETHER]
:version = 0.119
authority = cpan:JQUELIN
Test::MinimumVersion.max_target_perl = 5.010
installer = none    ; see below
-remove = Test::NoTabs
-remove = Test::PodSpelling
-remove = Test::Pod::No404s ; git-scm.com thinks we are a bot
+copy_file_from_release = AUTHOR_PLEDGE
StaticInstall.dry_run = 0

; authordep Types::Standard
; authordep Types::Path::Tiny

[MakeMaker::Awesome]
:version = 0.35
header_file = Makefile_git.PL

[Prereqs / ConfigureRequires]
version = 0
Text::ParseWords = 0

[Prereqs]
Dist::Zilla = 2.100880  ; Need mvp_multivalue_args in Plugin role

[Prepender]
[Covenant]

[Encoding]
encoding = bytes
match = ^corpus/

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

[Breaks]
Dist::Zilla::App::CommandHelper::ChainSmoking = <= 1.04

[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts