Package perl-Best: Information
Binary package: perl-Best
Version: 0.15-alt1
Architecture: noarch
Build time: Jul 24, 2013, 11:57 PM
Source package: perl-Best
Category: Development/Perl
Report package bugDownload: perl-Best-0.15-alt1.noarch.rpm
Home page: http://search.cpan.org/dist/Best/
License: MIT
Summary: Best - Fallbackable module loader
Description:
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. Best attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found.
Maintainer: Michael Bochkaryov
Last changed
July 24, 2013 Igor Vlasenko 0.15-alt1
- automated CPAN update
Sept. 24, 2012 Igor Vlasenko 0.14-alt1
- automated CPAN update
Nov. 22, 2010 Igor Vlasenko 0.12-alt1.1
- repair after perl 5.12 upgrade using girar-nmu