This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_EXPORTER_TINY
bool "perl-exporter-tiny"
help
an exporter with the features of Sub::Exporter but only core
dependencies.
https://metacpan.org/release/Exporter-Tiny

View File

@@ -0,0 +1,7 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 e33f25f7556f5f5264a92cb9870d0eac Exporter-Tiny-1.002001.tar.gz
sha256 a82c334c02ce4b0f9ea77c67bf77738f76a9b8aa4bae5c7209d1c76453d3c48d Exporter-Tiny-1.002001.tar.gz
# computed by scancpan
sha256 a109768ea1493cc7555d4381d6178d3cfc1fe52adc5d63d3831a2697d9fc90e6 COPYRIGHT
sha256 c614dadb36b02257ab492e3d4341e52f3f03fe8147cafd2b7da03b3b5c0361e9 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-exporter-tiny
#
################################################################################
PERL_EXPORTER_TINY_VERSION = 1.002001
PERL_EXPORTER_TINY_SOURCE = Exporter-Tiny-$(PERL_EXPORTER_TINY_VERSION).tar.gz
PERL_EXPORTER_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK
PERL_EXPORTER_TINY_LICENSE = Artistic or GPL-1.0+
PERL_EXPORTER_TINY_LICENSE_FILES = COPYRIGHT LICENSE
PERL_EXPORTER_TINY_DISTNAME = Exporter-Tiny
$(eval $(perl-package))