perl: Add loadable modules for mro and attributes

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-08-20 01:45:22 +02:00
parent ef58208bf9
commit 79d0a60b5f
1 changed files with 2 additions and 2 deletions

View File

@ -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))