I see that #2436 has started showing deprecation banners.
I see one for, e.g. https://metacpan.org/pod/CHI
However, I don't see anything to suggest that module is deprecated, and if I ask the API:
[davidp@columbia:~]$ jq .deprecated <(curl -s https://fastapi.metacpan.org/v1/release/CHI)
"false"
Similarly, no sign that it should be deprecated at https://explorer.metacpan.org/?url=/module/JSWARTZ/CHI-0.60/lib%2FCHI.pm
Am I missing something obvious, or is this displaying the banner wrongly?