summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index d081c2fdac..e0c5707f4b 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -8,7 +8,6 @@
8# ptests which take less than ~30s each 8# ptests which take less than ~30s each
9PTESTS_FAST_META_PERL = "\ 9PTESTS_FAST_META_PERL = "\
10 libcapture-tiny-perl \ 10 libcapture-tiny-perl \
11 libcgi-perl \
12 libcrypt-openssl-random-perl \ 11 libcrypt-openssl-random-perl \
13 libdigest-hmac-perl \ 12 libdigest-hmac-perl \
14 liberror-perl \ 13 liberror-perl \
@@ -16,12 +15,11 @@ PTESTS_FAST_META_PERL = "\
16 libextutils-installpaths-perl \ 15 libextutils-installpaths-perl \
17 libhtml-tagset-perl \ 16 libhtml-tagset-perl \
18 libmozilla-ca-perl \ 17 libmozilla-ca-perl \
19 libmodule-build-tiny-perl \ 18 libnet-ldap-perl \
20 libstrictures-perl \ 19 libstrictures-perl \
21 libterm-readkey-perl \ 20 libterm-readkey-perl \
22 libtest-nowarnings-perl \ 21 libtest-nowarnings-perl \
23 libtext-diff-perl \ 22 libtext-diff-perl \
24 liburi-perl \
25" 23"
26 24
27PTESTS_SLOW_META_PERL = "\ 25PTESTS_SLOW_META_PERL = "\
@@ -30,18 +28,19 @@ PTESTS_SLOW_META_PERL = "\
30 28
31PTESTS_PROBLEMS_META_PERL = "\ 29PTESTS_PROBLEMS_META_PERL = "\
32 libauthen-sasl-perl \ 30 libauthen-sasl-perl \
31 libcgi-perl \
33 libconfig-autoconf-perl \ 32 libconfig-autoconf-perl \
34 libcrypt-openssl-guess-perl \ 33 libcrypt-openssl-guess-perl \
35 libcrypt-openssl-rsa-perl \ 34 libcrypt-openssl-rsa-perl \
36 libdata-hexdump-perl \ 35 libdata-hexdump-perl \
37 libdbd-sqlite-perl \ 36 libdbd-sqlite-perl \
38 libdigest-sha1-perl \ 37 libdigest-sha1-perl \
39 libnet-dns-perl \
40 libnet-dns-sec-perl \
41 libnet-ldap-perl \
42 libfile-slurper-perl \ 38 libfile-slurper-perl \
43 libhtml-parser-perl \ 39 libhtml-parser-perl \
44 libmime-types-perl \ 40 libmime-types-perl \
41 libmodule-build-tiny-perl \
42 libnet-dns-perl \
43 libnet-dns-sec-perl \
45 libnet-ssleay-perl \ 44 libnet-ssleay-perl \
46 libsub-uplevel-perl \ 45 libsub-uplevel-perl \
47 libtest-deep-perl \ 46 libtest-deep-perl \
@@ -49,5 +48,6 @@ PTESTS_PROBLEMS_META_PERL = "\
49 libtest-warn-perl \ 48 libtest-warn-perl \
50 libunicode-linebreak-perl \ 49 libunicode-linebreak-perl \
51 libunix-statgrab \ 50 libunix-statgrab \
51 liburi-perl \
52 libxml-libxml-perl \ 52 libxml-libxml-perl \
53" 53"