perl-future: Shorter TITLE in Makefile
authorJens Wagner <redacted>
Tue, 27 May 2025 11:09:11 +0000 (13:09 +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-future/Makefile

index e988793856ada43cda0acb8dc1bc62d385c74654..eabad8f17fe5d351c425506f38ebe1d2d3a366b3 100644 (file)
@@ -21,11 +21,17 @@ define Package/perl-future
   SUBMENU:=Perl
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=Future - represent an operation awaiting completion in Perl
+  TITLE:=Future represents an operation awaiting completion
   URL:=https://metacpan.org/pod/Future
   DEPENDS:=perl +perlbase-essential +perlbase-b +perlbase-time +perlbase-list
 endef
 
+define Package/perl-future/description
+  A Future object represents an operation that is currently in progress,
+  or has recently completed. It can be used in a variety of ways to manage
+  the flow of control, and data, through an asynchronous program.
+endef
+
 define Build/Configure
        $(call perlmod/Configure,,)
 endef
git clone https://git.99rst.org/PROJECT