In `URI 1.76` you can pass port numbers greater than 65535 without error: ```shell $ perl -MURI -e "CORE::say URI->new('https://xyz:65536')->canonical->port" 65536 ```
In
URI 1.76you can pass port numbers greater than 65535 without error:$ perl -MURI -e "CORE::say URI->new('https://xyz:65536')->canonical->port" 65536