-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
42 lines (38 loc) · 1.07 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
40
41
42
name = IO-SocketAlarm
abstract = Perform asynchronous actions when a socket changes status
author = Michael Conrad <mike@nrdvana.net>
license = Perl_5
copyright_holder = IntelliTree Solutions
[MetaResources]
bugtracker.web = https://github.com/IntelliTree/perl-IO-SocketAlarm/issues
repository.web = https://github.com/IntelliTree/perl-IO-SocketAlarm
repository.url = https://github.com/IntelliTree/perl-IO-SocketAlarm.git
repository.type = git
[@Git]
[Git::GatherDir]
exclude_match = ^t/tmp
include_untracked = 0
[Git::NextVersion]
[PkgVersion]
[MakeMaker::Awesome]
WriteMakefile_arg = LIBS => "-lpthread",
[PPPort]
[Manifest]
[License]
[ExtraTests]
[PodWeaver]
[Test::Pod::Coverage::Configurable]
; the POLL constants are only exposed for unit tests
also_private = qr/^POLL\w+$/
[PodSyntaxTests]
; authordep Devel::PPPort~3.59
; authordep ExtUtils::Depends
; authordep Test::Pod::Coverage
; authordep Pod::Coverage::TrustPod
; authordep Test::Pod
[AutoPrereqs]
[Prereqs / TestRequires]
Test2::Suite = 0.000139
[UploadToCPAN]
[MetaYAML]
[MetaJSON]