perl: Add loadable modules for mro and attributes
authorMarcel Denia <naoir@gmx.net>
Tue, 19 Aug 2014 23:45:22 +0000 (01:45 +0200)
committerMarcel Denia <naoir@gmx.net>
Tue, 26 Aug 2014 23:00:21 +0000 (01:00 +0200)
Signed-off-by: Marcel Denia <naoir@gmx.net>
lang/perl/perlbase.mk

index 8fa372ca2de2221f020f81493aa692ea255a1c49..379427d11342c9f9a20805bd7308aa784e2bc5d1 100644 (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))