CC: | garu [...] cpan.org |
Subject: | Failed test 'psonpath generates the expected output' (with newest Data::Printer?) |
t/simple.t fails, probably if the newest Data::Printer (0.99_020) is installed:
...
# Failed test 'psonpath generates the expected output'
# at t/simple.t line 40.
# got: '[0;38;5;117m{[0m
# [0;38;5;104mrequires[0m[0;38;5;117m [0m[0;38;5;117m[[0m
# [0;38;5;152m[0] [0m[0;38;5;117m"[0m[0;38;5;107mbotocore==1.12.191[0m[0;38;5;117m"[0m[0;38;5;117m,[0m
# [0;38;5;152m[1] [0m[0;38;5;117m"[0m[0;38;5;107mcolorama>=0.2.5,<=0.3.9[0m[0;38;5;117m"[0m[0;38;5;117m,[0m
# [0;38;5;152m[2] [0m[0;38;5;117m"[0m[0;38;5;107mdocutils>=0.10[0m[0;38;5;117m"[0m[0;38;5;117m,[0m
# [0;38;5;152m[3] [0m[0;38;5;117m"[0m[0;38;5;107mrsa>=3.1.2,<=3.5.0[0m[0;38;5;117m"[0m[0;38;5;117m,[0m
# [0;38;5;152m[4] [0m[0;38;5;117m"[0m[0;38;5;107ms3transfer>=0.2.0,<0.3.0[0m[0;38;5;117m"[0m
# [0;38;5;117m][0m
# [0;38;5;117m}[0m
# '
# expected: '{
# requires [
# [0] "botocore==1.12.191",
# [1] "colorama>=0.2.5,<=0.3.9",
# [2] "docutils>=0.10",
# [3] "rsa>=3.1.2,<=3.5.0",
# [4] "s3transfer>=0.2.0,<0.3.0"
# ]
# }
# '
# Looks like you failed 1 test of 2.
t/simple.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
(Yes, this is the devel version of Data::Printer, but the latest stable is not installable anymore because a YAML::Syck-related test started to fail recently)