mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +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
|
endef
|
||||||
|
|
||||||
define Package/perlbase-attributes/install
|
define Package/perlbase-attributes/install
|
||||||
$(call perlmod/Install,$(1),attributes.pm,)
|
$(call perlmod/Install,$(1),attributes.pm auto/attributes,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,perlbase-attributes))
|
$(eval $(call BuildPackage,perlbase-attributes))
|
||||||
@@ -786,7 +786,7 @@ TITLE:=mro perl module
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/perlbase-mro/install
|
define Package/perlbase-mro/install
|
||||||
$(call perlmod/Install,$(1),mro.pm,)
|
$(call perlmod/Install,$(1),mro.pm auto/mro,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,perlbase-mro))
|
$(eval $(call BuildPackage,perlbase-mro))
|
||||||
|
|||||||
Reference in New Issue
Block a user