-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdist.ini
39 lines (34 loc) · 1.59 KB
/
dist.ini
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
name = Plack-Middleware-MethodOverride
version = 0.20
author = Tatsuhiko Miyagawa <[email protected]>
author = David E. Wheeler <[email protected]>
author = Aristotle Pagaltzis <[email protected]>
license = Perl_5
copyright_holder = Tatsuhiko Miyagawa, David E. Wheeler, Aristotle Pagaltzis
copyright_year = 2015
[MetaResources]
repository.type = git
repository.url = git://github.com/plack/plack-middleware-methodoverride.git
repository.web = https://github.com/plack/plack-middleware-methodoverride
bugtracker.web = https://github.com/plack/plack-middleware-methodoverride/issues
[@Filter]
-bundle=@Basic
-remove=Readme
[Readme::Brief]
[ReadmeAnyFromPod / PodInRoot]
[Run::AfterBuild]
run = perl -i -pe 's{^(?==head1 Synopsis$)}{=begin html\n\n<p>\n<a href="http://badge.fury.io/pl/Plack-Middleware-MethodOverride"><img src="https://badge.fury.io/pl/Plack-Middleware-MethodOverride.svg" alt="CPAN release" /></a>\n<a href="https://travis-ci.org/plack/plack-middleware-methodoverride"><img src="https://travis-ci.org/plack/plack-middleware-methodoverride.svg" alt="Build Status" /></a>\n<a href="https://coveralls.io/r/plack/plack-middleware-methodoverride"><img src="https://coveralls.io/repos/plack/plack-middleware-methodoverride/badge.svg" alt="Coverage Status" /></a>\n</p>\n\n=end html\n\n}i' README.pod
[MetaJSON]
[PkgVersion]
[PodWeaver]
[CheckChangeLog]
[Test::Compile]
[AutoPrereqs]
[CheckSelfDependency]
[PruneFiles]
filename = dist.ini
filename = weaver.ini
filename = t/pod.t
filename = t/pod-spelling.t
; authordep Pod::Weaver = 4.011
; authordep Dist::Zilla::Plugin::Readme::Brief = 0.002005