xref: /OK3568_Linux_fs/buildroot/package/perl-moo/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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