libbest-perl

fallbackable module loader

Description

Best.pm attempts to load Perl modules from a list, stopping at the first successful load and failing only if no alternative was found.

Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. With Best.pm, this can be as simple as:

 use Best qw/YAML::Syck YAML/;

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Best


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libbest-perl