in reply to Re: Choosing the right module (Judging the Quality of a CPAN module References)
in thread Choosing the right module

I'd add the whole ACME:: namespace to the list of discouraged modules, too. Older PerlMonks will already know this, i newbie might not.

And i'd also put up a warning flag around most of the JSON:: modules. They work fine for most stuff, but can be VERY flaky when it comes to nested JSON structures in combination with Unicode/UTF8. (Why would you have nested JSON structures? Because you can, apparently)

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

Replies are listed 'Best First'.
Re^3: Choosing the right module
by eyepopslikeamosquito (Archbishop) on Oct 25, 2022 at 02:49 UTC

    I'd add the whole ACME:: namespace to the list of discouraged modules

    Good point! I've updated my response with an Acme link (for Perl users not around in Acme's heyday of the early 2000s) along with a warning:

    it is almost certainly a very silly idea to use an Acme module in production code!