1name   = List-SomeUtils
2author = Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
3author = Adam Kennedy <adamk@cpan.org>
4author = Jens Rehsack <rehsack@cpan.org>
5author = Dave Rolsky <autarch@urth.org>
6license = Perl_5
7copyright_holder = Dave Rolsky <autarch@urth.org>
8
9[@DROLSKY]
10dist = List-SomeUtils
11pod_coverage_skip = List::SomeUtils::PP
12stopwords_file = .stopwords
13use_github_issues = 1
14-remove = Test::CleanNamespaces
15-remove = Test::Synopsis
16
17;authordep ExtUtils::HasCompiler = 0.014
18[Prereqs / DevelopRequires]
19Scalar::Util = 0
20Storable = 0
21Test::LeakTrace = 0
22Tie::Array = 0
23
24[DynamicPrereqs]
25:version = 0.029
26-body = requires('List::SomeUtils::XS', '0.54') if !want_pp() and can_xs();
27