Hi,
This is not strictly a bug, but there is an error on the CPAN page about one of the methods.
The page is:
https://metacpan.org/pod/Net::RTP::Packet
the error is in the line:
$data = $packet->endcode()
It should be
$data = $packet->encode()
Thank you,
Mike