mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
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 eb362c3cb32c42f9f28de9ddb7f2ead6 Try-Tiny-0.30.tar.gz
|
||||
sha256 da5bd0d5c903519bbf10bb9ba0cb7bcac0563882bcfe4503aee3fb143eddef6b Try-Tiny-0.30.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 6c7eb089021283de176a5c838217ae16453cf9f67899b27cdcd0827045f6f781 README
|
||||
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.30
|
||||
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 = README
|
||||
PERL_TRY_TINY_DISTNAME = Try-Tiny
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user