generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-try-tiny/Config.in
Normal file
6
package/perl-try-tiny/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_TRY_TINY
|
||||
bool "perl-try-tiny"
|
||||
help
|
||||
Minimal try/catch with proper preservation of $@.
|
||||
|
||||
https://github.com/p5sagit/Try-Tiny
|
||||
6
package/perl-try-tiny/perl-try-tiny.hash
Normal file
6
package/perl-try-tiny/perl-try-tiny.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 993a29ee8a03c9bd9c2f7c53d1082a03 Try-Tiny-0.31.tar.gz
|
||||
sha256 3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be Try-Tiny-0.31.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b LICENCE
|
||||
14
package/perl-try-tiny/perl-try-tiny.mk
Normal file
14
package/perl-try-tiny/perl-try-tiny.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-try-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_TRY_TINY_VERSION = 0.31
|
||||
PERL_TRY_TINY_SOURCE = Try-Tiny-$(PERL_TRY_TINY_VERSION).tar.gz
|
||||
PERL_TRY_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
||||
PERL_TRY_TINY_LICENSE = MIT
|
||||
PERL_TRY_TINY_LICENSE_FILES = LICENCE
|
||||
PERL_TRY_TINY_DISTNAME = Try-Tiny
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user