mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
perl: Add loadable modules for mro and attributes
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -48,7 +48,7 @@ TITLE:=attributes perl module
|
||||
endef
|
||||
|
||||
define Package/perlbase-attributes/install
|
||||
$(call perlmod/Install,$(1),attributes.pm,)
|
||||
$(call perlmod/Install,$(1),attributes.pm auto/attributes,)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,perlbase-attributes))
|
||||
@@ -786,7 +786,7 @@ TITLE:=mro perl module
|
||||
endef
|
||||
|
||||
define Package/perlbase-mro/install
|
||||
$(call perlmod/Install,$(1),mro.pm,)
|
||||
$(call perlmod/Install,$(1),mro.pm auto/mro,)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,perlbase-mro))
|
||||
|
||||
Reference in New Issue
Block a user