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,6 @@
config BR2_PACKAGE_PERL_CLASS_INSPECTOR
bool "perl-class-inspector"
help
Get information about a class and its structure.
https://metacpan.org/pod/Class::Inspector

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 084c3aeec023639d21ecbaf7d4460b21 Class-Inspector-1.36.tar.gz
sha256 cc295d23a472687c24489d58226ead23b9fdc2588e522f0b5f0747741700694e Class-Inspector-1.36.tar.gz
# computed by scancpan
sha256 401fe9c98bdb5707df71447fb93141f8cb2d85337d45505f5ae50a776a3f6666 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-class-inspector
#
################################################################################
PERL_CLASS_INSPECTOR_VERSION = 1.36
PERL_CLASS_INSPECTOR_SOURCE = Class-Inspector-$(PERL_CLASS_INSPECTOR_VERSION).tar.gz
PERL_CLASS_INSPECTOR_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PL/PLICEASE
PERL_CLASS_INSPECTOR_LICENSE = Artistic or GPL-1.0+
PERL_CLASS_INSPECTOR_LICENSE_FILES = LICENSE
PERL_CLASS_INSPECTOR_DISTNAME = Class-Inspector
$(eval $(perl-package))