perl: Include Tie loadable module

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-08-21 16:24:26 +02:00
parent 2d8289b85d
commit f1382fb6da
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ TITLE:=Tie perl module
endef
define Package/perlbase-tie/install
$(call perlmod/Install,$(1),Tie,)
$(call perlmod/Install,$(1),Tie auto/Tie,)
endef
$(eval $(call BuildPackage,perlbase-tie))