File: dist.ini

package info (click to toggle)
libnet-server-perl 2.014-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 788 kB
  • sloc: perl: 5,963; makefile: 7
file content (53 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download | duplicates (4)
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 <paul@seamons.com> and Rob Brown <bbb@cpan.org>
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 = bug-project@rt.cpan.org
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]