From 79d0a60b5fead6dbd6d5f401be116cb0058b0fbd Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Wed, 20 Aug 2014 01:45:22 +0200 Subject: [PATCH] perl: Add loadable modules for mro and attributes Signed-off-by: Marcel Denia --- lang/perl/perlbase.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/perl/perlbase.mk b/lang/perl/perlbase.mk index 8fa372ca2d..379427d113 100644 --- a/lang/perl/perlbase.mk +++ b/lang/perl/perlbase.mk @@ -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))