Karen Etheridge
Karen Etheridge
This is half a bug and half a suggestion for improvement. There are a number of companies whose logos appear in the footer of most pages, but it is not...
**Describe the feature** There used to be a link from the author's profile page (https://metacpan.org/account/profile) to the list of distributions (e.g. https://metacpan.org/author/ETHER). Could it be restored? **Which problem does it...
As discussed on the cpan-workers list today (not yet in the archives), we might need to act quickly if a widely-used distribution is being deleted by its author. Email notification...
context below. In summary, user error between two maintainers of a dist resulted in two distributions being uploaded with the same version. While this is allowed by current PAUSE rules,...
Among other things, this also indicates that there are no dynamic prerequisites (META.json can be relied upon for the full list of dependencies). Therefore metacpan.org can also remove "and possibly...
`Attempt to call undefined import method with arguments via package "Template" (Perhaps you forgot to load the package?) at lib/Template/Test.pm line 26.` see https://github.com/Perl/perl5/issues/21269#issuecomment-1645770854
https://rt.perl.org/Ticket/Display.html?id=131762 and https://rt.perl.org/Ticket/Display.html?id=131770 indicate that more help needs to be found to maintain this repository and the infrastructure it feeds into. We can help at https://github.com/perl-doc-cats!
5.26.1 is out, but the site only shows documentation for 5.26.0.
The perldocs are still for 5.14.1, whereas the latest stable release is 5.14.2. Perhaps there is something missing in the launch process that does not either automatically update the content,...
The documentation says: ``` Cpanel::JSON::XS::true, Cpanel::JSON::XS::false These special values become JSON true and JSON false values, respectively. You can also use "\1" and "\0" or "!0" and "!1" directly if...