diff --git a/auto.ini b/auto.ini deleted file mode 100644 index 1a85c3f..0000000 --- a/auto.ini +++ /dev/null @@ -1,21 +0,0 @@ -[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 -