diff options
author | Erich Eckner <git@eckner.net> | 2016-04-29 16:43:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-29 16:43:56 +0200 |
commit | 4bcfc1f8407535a70d96ffe51acadc11d071f84a (patch) | |
tree | b5a5392ddd12bdb8d428eb1aeb18d56fbab4e32a | |
parent | bdc59f1ed9fd19e41c2c6965f9900b246832e49a (diff) | |
download | archlinuxewe-4bcfc1f8407535a70d96ffe51acadc11d071f84a.tar.xz |
neuesPerlPaket kennt noch mehr Substitutionen
-rwxr-xr-x | neuesPerlPaket | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/neuesPerlPaket b/neuesPerlPaket index 8d205f01c..05d430452 100755 --- a/neuesPerlPaket +++ b/neuesPerlPaket @@ -9,14 +9,39 @@ fi declare -A substitutionen substitutionen["perl"]="%skip" +substitutionen["b"]="%skip" substitutionen["strict"]="%skip" substitutionen["warnings"]="%skip" +substitutionen["ipc-open3"]="%skip" +substitutionen["filehandle"]="%skip" +substitutionen["file-glob"]="%skip" +substitutionen["file-find"]="%skip" + +substitutionen["moo-role"]="moo" + substitutionen["test-more"]="test-simple" +substitutionen["test-builder"]="test-simple" +substitutionen["test-builder-tester"]="test-simple" + substitutionen["http-headers"]="http-message" substitutionen["http-request-common"]="http-message" + substitutionen["io-file"]="io" +substitutionen["io-handle"]="io" + substitutionen["file-spec-functions"]="pathtools" +substitutionen["file-spec"]="pathtools" + substitutionen["list-util"]="scalar-list-utils" +substitutionen["scalar-util"]="scalar-list-utils" + +substitutionen["pod-coverage-countparents"]="pod-coverage" + +substitutionen["pod-find"]="pod-parser" + +substitutionen["pod-eventual-simple"]="pod-eventual" + +substitutionen["compress-zlib"]="io-compress" cpanName="$(echo "$1" | sed 's|::|-|g')" url="https://metacpan.org/release/${cpanName}" |