summaryrefslogtreecommitdiff
path: root/neuesPerlPaket
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-04-29 16:43:56 +0200
committerErich Eckner <git@eckner.net>2016-04-29 16:43:56 +0200
commit4bcfc1f8407535a70d96ffe51acadc11d071f84a (patch)
treeb5a5392ddd12bdb8d428eb1aeb18d56fbab4e32a /neuesPerlPaket
parentbdc59f1ed9fd19e41c2c6965f9900b246832e49a (diff)
downloadarchlinuxewe.git.save-4bcfc1f8407535a70d96ffe51acadc11d071f84a.tar.xz
neuesPerlPaket kennt noch mehr Substitutionen
Diffstat (limited to 'neuesPerlPaket')
-rwxr-xr-xneuesPerlPaket25
1 files changed, 25 insertions, 0 deletions
diff --git a/neuesPerlPaket b/neuesPerlPaket
index 8d205f01..05d43045 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}"