Skip to content

Commit

Permalink
[dist] Re-pass lint-prereqs (core modules must now be listed)
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Mar 5, 2016
1 parent 08e851b commit 3d8ac2f
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions dist.ini
Expand Up @@ -7,40 +7,47 @@ name = Perinci-Access-Simple-Server

[Prereqs / TestRequires]
Capture::Tiny=0
Cwd=0
Perinci::Access::Simple::Client=0.19
;!lint_prereqs assume-used # via peri-pipe
Perinci::Examples=0.35
Test::More=0.96

[Prereqs]
perl=5.010001
lib=0
strict=0
warnings=0
;!lint_prereqs assume-used # for Moo
Class::XSAccessor=0
Data::Clean::FromJSON=0.11
Data::Clean::JSON=0.11
File::HomeDir=0
; to get peercred() in IO::Socket::UNIX
IO::Handle::Record=0
IO::Select=0
IO::Socket=0
IO::Socket::INET=0
IO::Socket::UNIX=0
JSON=0
Log::Any=0
Moo=0
Perinci::Access=0
Perinci::AccessUtil=0.06
;!lint_prereqs assume-used # used via periwrap
;Perinci::Sub::Property::timeout=0
Proc::Daemon::Prefork=0
URI::Escape=0

;!lint_prereqs assume-used # for Moo
Class::XSAccessor=0

; for bin/peri-pipe
Log::Any::App=0
Perinci::CmdLine::Any=0

; for bin/peri-sockserve
Module::List=0
Module::Load=0
Moo=0
Perinci::Access=0
Perinci::Access::Perl=0.66
Perinci::Access::Schemeless=0.72
Perinci::AccessUtil=0.06
Perinci::CmdLine::Any=0
Perinci::Gen::ForModule=0
;!lint_prereqs assume-used # used via periwrap
;Perinci::Sub::Property::timeout=0
Proc::Daemon::Prefork=0
Time::HiRes=0
URI::Escape=0

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used # spec
Expand Down

0 comments on commit 3d8ac2f

Please sign in to comment.