mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 13:49:26 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
config BR2_PACKAGE_PERL_MOO
|
|
bool "perl-moo"
|
|
select BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS # 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
|