From: Jens Wagner Date: Tue, 27 May 2025 11:09:11 +0000 (+0200) Subject: perl-future: Shorter TITLE in Makefile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3ea60604f1a6d3d53d2b35cf364ad67edf7f9682;p=openwrt-packages.git perl-future: 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 --- diff --git a/lang/perl-future/Makefile b/lang/perl-future/Makefile index e98879385..eabad8f17 100644 --- a/lang/perl-future/Makefile +++ b/lang/perl-future/Makefile @@ -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