Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 d4fcd0f240033198571fcc81ce7c5f15 Moo-2.003004.tar.gz
sha256 f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1 Moo-2.003004.tar.gz
# computed by scancpan
sha256 3fe29ec1d93827ee69825ed4bf916cc5ce4e7bf0b940ec6dd2d4ed30f4755dc3 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-moo
#
################################################################################
PERL_MOO_VERSION = 2.003004
PERL_MOO_SOURCE = Moo-$(PERL_MOO_VERSION).tar.gz
PERL_MOO_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_MOO_LICENSE = Artistic or GPL-1.0+
PERL_MOO_LICENSE_FILES = README
PERL_MOO_DISTNAME = Moo
$(eval $(perl-package))