-
Notifications
You must be signed in to change notification settings - Fork 29
/
dist.ini
53 lines (43 loc) · 1.15 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
43
44
45
46
47
48
49
50
51
52
53
name = Net-Server
author = Paul Seamons <[email protected]> and Rob Brown <[email protected]>
license = Perl_5
copyright_holder = Paul Seamons
[GatherDir]
exclude_filename=Makefile.old
exclude_filename=lib/Net/Server/Thread.pm
exclude_match=^tgz/
[ExecDir]
[MetaJSON]
[MetaYAML]
[Manifest]
[MakeMaker]
[License]
;[Readme]
[InstallGuide]
[PruneCruft]
[Prereqs]
IO::Socket = 0
Socket = 0
POSIX = 0
Time::HiRes = 0
[VersionFromModule]
[ReadmeFromPod]
filename = lib/Net/Server.pod
; dual life usage - use either "dzil build" or "make dist"
[Run::BeforeBuild]
run = rm -f Makefile.PL LICENSE README INSTALL MANIFEST META.yml META.json
[Run::AfterBuild]
run = cp %d/Makefile.PL %d/LICENSE %d/README %d/INSTALL %d/MANIFEST %d/META.yml %d/META.json ./
[MetaResources]
homepage = https://github.com/rhandom/perl-net-server
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Server
bugtracker.mailto = [email protected]
repository.url = git://github.com/rhandom/perl-net-server.git
repository.web = https://github.com/rhandom/perl-net-server
repository.type = git
;[@Git]
;[Git::Check]
;[EOLTests]
[ConfirmRelease]
;[TestRelease]
;[UploadToCPAN]