From bf5002488f30f4bd1f1ce909a1e4190f1cfe2f23 Mon Sep 17 00:00:00 2001 From: Jens Wagner Date: Tue, 27 May 2025 13:05:36 +0200 Subject: [PATCH] perl-class-inspector: Shorter TITLE in Makefile As requested by @BKPepe , added a shorter title to make it display correctly in make menuconfig Signed-off-by: Jens Wagner --- lang/perl-class-inspector/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/perl-class-inspector/Makefile b/lang/perl-class-inspector/Makefile index cb63ca7f72..82526e967f 100644 --- a/lang/perl-class-inspector/Makefile +++ b/lang/perl-class-inspector/Makefile @@ -21,11 +21,17 @@ define Package/perl-class-inspector SUBMENU:=Perl SECTION:=lang CATEGORY:=Languages - TITLE:=Class::Inspector - Get information about a class and its structure [Perl] + TITLE:=Get information about a class and its structure URL:=https://metacpan.org/pod/Class::Inspector DEPENDS:=perl +perlbase-essential +perlbase-file +perlbase-base endef +define Package/perl-class-inspector/description + Class::Inspector allows you to get information about a loaded class. + While most or all of this information can be found in other ways, + Class::Inspector provides an easier interface to this information. +endef + define Build/Configure $(call perlmod/Configure,,) endef