diff options
author | Erich Eckner <git@eckner.net> | 2016-06-14 09:29:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-14 09:30:04 +0200 |
commit | b7d6820d5efc48e90c4e177d4deea12008a7f971 (patch) | |
tree | a94127e24d21c19682d8afdec30c486b698617f3 | |
parent | 22dbf56ceb353dcebff505b8a4e3a98bd908b001 (diff) | |
download | archlinuxewe-b7d6820d5efc48e90c4e177d4deea12008a7f971.tar.xz |
perlSubstitutionen aufgeräumt
-rw-r--r-- | perlSubstitutionen | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/perlSubstitutionen b/perlSubstitutionen index 7eb7a4ad2..8bf3b1c8a 100644 --- a/perlSubstitutionen +++ b/perlSubstitutionen @@ -1,9 +1,10 @@ -: perl test-builder-module -%skip: b benchmark blib charnames config dynaloader extutils-typemaps fcntl feature file-basename file-copy file-find file-glob filehandle findbin ipc-open3 -%skip: mro open overload perlio pod-text posix re strict subs symbol utf8 vars warnings {} +: b benchmark blib charnames dynaloader fcntl feature file-basename file-copy file-find file-glob filehandle findbin ipc-open3 +: mro open overload perl perlio posix re strict subs symbol utf8 vars warnings +%skip: config {} cache-cache: cache-filecache cpan: cpan-shell cpan-meta: cpan-meta-prereqs +extutils-parsexs: extutils-typemaps html-tree: html-treebuilder html-parser: html-entities http-message: http-headers http-request http-request-common http-response @@ -22,13 +23,14 @@ plack: http-message-psgi plack-loader plack-request plack-test plack-util-access pod-coverage: pod-coverage-countparents pod-eventual: pod-eventual-simple pod-parser: pod-find pod-parseutils +podlators: pod-text role-tiny: role-tiny-with scalar-list-utils: list-util scalar-util search-elasticsearch: search-elasticsearch-scroll soap-lite: soap-transport-tcp template-toolkit: template test-harness: app-prove -test-simple: ok test-more test-builder test-builder-tester +test-simple: ok test-more test-builder test-builder-module test-builder-tester timedate: date-parse uri: uri-file uri-queryparam uri-withbase yaml-syck: json-syck |