Bug Reports
In the unlikely event that you should encounter a bug that’s in Perl proper and not just in your own program, you should try to reduce it to a minimal test case and then report it with the perlbug program that comes with Perl. See http://bugs.perl.org for more info.
The perlbug command is really an interface to an instance of the RT bug tracking tool.[4] You can just as easily email a report to perlbug@perl.org without its help, but perlbug collects various information about your installation, such as version and compilation options, that can help the perl developers figure out your problem.
You can also look at the list of current issues, as someone is likely to have run into your problem before. Start at https://rt.perl.org/ and follow the links for the perl5 queue.
If you’re dealing with a third-party module from CPAN, you’ll use a different RT instance at https://rt.cpan.org/. Not every CPAN module makes use of its free RT account, though, so you should always check the module documentation for any extra instructions on reporting bugs.
[4] Best Practical, the creators of Request Tracker, or RT, donate their service for free for major Perl projects including perl itself and every CPAN distribution.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access