You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When issuing a query to the endpoint /v1/package?q=HTTP, this returns some results, including one set for the package (for example), Test::HTTP::Syntax, or Protocol::HTTP::Message, or Protocol::HTTP::Request whose dataset property version has a string value, in JSON, of undef. I think this was meant to be null so that it translates in Perl as undef.
When issuing a query to the endpoint
/v1/package?q=HTTP
, this returns some results, including one set for the package (for example),Test::HTTP::Syntax
, orProtocol::HTTP::Message
, orProtocol::HTTP::Request
whose dataset propertyversion
has a string value, in JSON, ofundef
. I think this was meant to benull
so that it translates in Perl asundef
.Below is the JSON output:
The text was updated successfully, but these errors were encountered: