diff options
author | Christopher McCrory <chrismcc@gmail.com> | 2018-08-10 09:14:56 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-13 09:36:30 +0200 |
commit | 8e09dc05c2d07b8334101c3f80cf02c767efd5f0 (patch) | |
tree | 1f5e56f0eacf79296fbe3f9f78a21dd37c36e0e0 /package/perl-module-runtime/Config.in | |
parent | bb3f80f2dea6f71719f521f511c47f049b02493e (diff) | |
download | buildroot-8e09dc05c2d07b8334101c3f80cf02c767efd5f0.tar.gz buildroot-8e09dc05c2d07b8334101c3f80cf02c767efd5f0.zip |
perl-module-runtime: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-module-runtime/Config.in')
-rw-r--r-- | package/perl-module-runtime/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/perl-module-runtime/Config.in b/package/perl-module-runtime/Config.in new file mode 100644 index 0000000000..fca29f66df --- /dev/null +++ b/package/perl-module-runtime/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_MODULE_RUNTIME + bool "perl-module-runtime" + help + runtime module handling + + https://metacpan.org/release/Module-Runtime |