2018-08-11 20:27:42 +02:00
|
|
|
config BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION
|
|
|
|
bool "perl-module-implementation"
|
2018-10-10 17:56:36 +02:00
|
|
|
select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
|
|
|
|
select BR2_PACKAGE_PERL_TRY_TINY # runtime
|
2018-08-11 20:27:42 +02:00
|
|
|
help
|
2018-10-10 08:46:16 +02:00
|
|
|
Loads one of several alternate underlying implementations for
|
2018-10-28 16:23:13 +01:00
|
|
|
a module.
|
2018-08-11 20:27:42 +02:00
|
|
|
|
|
|
|
http://metacpan.org/release/Module-Implementation
|