perl-class-inspector: Shorter TITLE in Makefile
authorJens Wagner <redacted>
Tue, 27 May 2025 11:05:36 +0000 (13:05 +0200)
committerJosef Schlehofer <redacted>
Mon, 2 Jun 2025 12:36:17 +0000 (14:36 +0200)
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig

Signed-off-by: Jens Wagner <redacted>
lang/perl-class-inspector/Makefile

index cb63ca7f7245f8354882a87ff38a80838d3b26b6..82526e967f83113cccda160415a3e3d8b71515c0 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT