-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdist.ini
More file actions
27 lines (22 loc) · 765 Bytes
/
Copy pathdist.ini
File metadata and controls
27 lines (22 loc) · 765 Bytes
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
name = Example-PlackStreamingAndNonblocking
author = John Napiorkowski <jjnapiork@cpan.org>
license = Perl_5
copyright_holder = John Napiorkowski
copyright_year = 2013
abstract = Examples regarding PSGI/Plack with Streaming and nonblocking
version = 0.001
[@Basic]
[MetaResources]
homepage = https://github.com/jjn1056/Example-PlackStreamingAndNonblocking
bugtracker.web = https://github.com/jjn1056/Example-PlackStreamingAndNonblocking/issues
repository.web = https://github.com/jjn1056/Example-PlackStreamingAndNonblocking
repository.url = https://github.com/jjn1056/Example-PlackStreamingAndNonblocking.git
repository.type = git
[Prereqs]
Plack = 0
Starman = 0
AnyEvent = 0
strictures = 0
Pod::Markdown = 0
[Prereqs / TestRequires]
Test::Most = 0