mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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 <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
3a53cf82bb
commit
bf5002488f
@@ -21,11 +21,17 @@ define Package/perl-class-inspector
|
|||||||
SUBMENU:=Perl
|
SUBMENU:=Perl
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
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
|
URL:=https://metacpan.org/pod/Class::Inspector
|
||||||
DEPENDS:=perl +perlbase-essential +perlbase-file +perlbase-base
|
DEPENDS:=perl +perlbase-essential +perlbase-file +perlbase-base
|
||||||
endef
|
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
|
define Build/Configure
|
||||||
$(call perlmod/Configure,,)
|
$(call perlmod/Configure,,)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user