Bug Tracking
Since Perl and CPAN aren’t a single, centralized project, there’s no one place to report or read about bugs. Although many people report bugs directly in private email, that doesn’t create a public record that everyone can work from, comment on, and potentially fix. Open source can only work if it’s open access, and dropping messages into a single person’s email isn’t open to the whole world to review and inspect.
rt.cpan.org
CPAN, the repository of contributions from thousands of authors all working on their own projects, has a bug tracker, too. Each distribution gets its own queue in the Request Tracker instance at https://rt.cpan.org. This is the default way to report a problem with a module.
Other bug tracking
Some module authors prefer to use something other than https://rt.cpan.org. Find out what they want by looking in the distribution’s documentation. Module authors sometimes include instructions in their module’s documentation, but sometimes they don’t. Since files such as README and META.yml are left behind at installation time, looking at those files at one of the CPAN Search sites might help.
perlbug
If you need to report a bug in a module that comes with perl itself, you can use the perlbug tool. This collects information about your platform and interpreter so the people who diagnose the bugs have the information they’ll need to do so. It’s really an interface that sends a specially formatted email message to perlbug@perl.org, an address you can also mail directly ...
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