perl-JSON/auto.ini

22 lines
614 B
INI
Raw Normal View History

[add_build_requires]
perl(CGI)=0
perl(LWP::UserAgent)=0
perl(HTTP::Daemon)=0
perl(Test::More)=0
perl(Test::Pod)=0
perl(Scalar::Util)=0
[add_requires]
; not picked up due to eval { requires ... } constructs
perl(Scalar::Util)=0
perl(LWP::UserAgent)=0
perl(HTTP::Daemon)=0
[metadata_filtering]
; all JSON::PP provides should come from perl-JSON-PP
; some other provides are private modules for internal use only
filter_from_provides=/^perl(JSON::\(Backend::PP\|backportPP::Boolean\|Boolean\|PP\|PP::IncrParser\))/d
; this is a private module for internal use only
filter_from_requires=/^perl(JSON::backportPP)$/d