* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
config BR2_PACKAGE_PERL_MOO
|
|
bool "perl-moo"
|
|
select BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS # runtime
|
|
select BR2_PACKAGE_PERL_DEVEL_GLOBALDESTRUCTION # runtime
|
|
select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
|
|
select BR2_PACKAGE_PERL_ROLE_TINY # runtime
|
|
select BR2_PACKAGE_PERL_SUB_QUOTE # runtime
|
|
help
|
|
Minimalist Object Orientation (with Moose compatibility).
|
|
|
|
https://metacpan.org/release/Moo
|