summaryrefslogtreecommitdiffstats
path: root/package/perl-moo/Config.in
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-10-10 10:18:29 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-10 14:22:27 +0200
commitb10bdca05eaccc5bd3aa70ed80cfe0c8b108218f (patch)
tree40c0f4443e4a7a70d87fe0a73e701d1da993538e /package/perl-moo/Config.in
parentbc1d5fe199190a1c4dea822a3994d9bbdf7c6902 (diff)
downloadbuildroot-b10bdca05eaccc5bd3aa70ed80cfe0c8b108218f.tar.gz
buildroot-b10bdca05eaccc5bd3aa70ed80cfe0c8b108218f.zip
perl-moo: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-moo/Config.in')
-rw-r--r--package/perl-moo/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/perl-moo/Config.in b/package/perl-moo/Config.in
new file mode 100644
index 0000000000..4d88e1a796
--- /dev/null
+++ b/package/perl-moo/Config.in
@@ -0,0 +1,11 @@
+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
OpenPOWER on IntegriCloud