[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_DEVEL_CYCLE
bool "perl-devel-cycle"
help
Find memory cycles in objects.
https://metacpan.org/release/Devel-Cycle

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 3d9a963da87b17398fab9acbef63f277 Devel-Cycle-1.12.tar.gz
sha256 fd3365c4d898b2b2bddbb78a46d507a18cca8490a290199547dab7f1e7390bc2 Devel-Cycle-1.12.tar.gz
# computed by scancpan
sha256 e47dfab3e7e9d20fe6313169ead2736ab97f1388003eee033dd934278649034d README

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-devel-cycle
#
################################################################################
PERL_DEVEL_CYCLE_VERSION = 1.12
PERL_DEVEL_CYCLE_SOURCE = Devel-Cycle-$(PERL_DEVEL_CYCLE_VERSION).tar.gz
PERL_DEVEL_CYCLE_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
PERL_DEVEL_CYCLE_LICENSE = Artistic or GPL-1.0+
PERL_DEVEL_CYCLE_LICENSE_FILES = README
PERL_DEVEL_CYCLE_DISTNAME = Devel-Cycle
$(eval $(perl-package))