-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
35 lines (28 loc) · 926 Bytes
/
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
name = Plack-Middleware-Inflater
author = Fabrice Gabolde <[email protected]>
license = Perl_5
copyright_year = 2016
copyright_holder = Weborama
version = 0.001
[@Filter]
-bundle = @Basic
-remove = Readme
-remove = License
[MetaResources]
bugtracker.web = https://github.com/weborama/Plack-Middleware-Inflater/issues
repository.type = git
repository.url = git://github.com/weborama/Plack-Middleware-Inflater.git
repository.web = https://github.com/weborama/Plack-Middleware-Inflater
[PodWeaver]
[MetaJSON]
[PkgVersion]
[Prereqs]
perl = 5.012
Plack::Middleware = 0
Plack::Util = 0
Plack::Util::Accessor = 0
IO::Uncompress::Gunzip = 0
IO::Scalar = 0
[Prereqs / TestRequires]
Plack::Test = 0
Test::More = 0