1config BR2_PACKAGE_PERL_MOO
2	bool "perl-moo"
3	select BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS # runtime
4	select BR2_PACKAGE_PERL_ROLE_TINY # runtime
5	select BR2_PACKAGE_PERL_SUB_QUOTE # runtime
6	help
7	  Minimalist Object Orientation (with Moose compatibility).
8
9	  https://metacpan.org/release/Moo
10