lang/perl: Include overloading.pm in perlbase-essential

Needed by perl-dbi.

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-07-23 11:45:10 +02:00
parent 3e7876c22f
commit 7436f597b4
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ TITLE:=essential perl module
endef
define Package/perlbase-essential/install
$(call perlmod/Install,$(1),Carp Carp.pm Exporter Exporter.pm constant.pm lib.pm locale.pm overload.pm strict.pm subs.pm vars.pm warnings warnings.pm,)
$(call perlmod/Install,$(1),Carp Carp.pm Exporter Exporter.pm constant.pm lib.pm locale.pm overload.pm strict.pm subs.pm vars.pm warnings warnings.pm overloading.pm,)
endef
$(eval $(call BuildPackage,perlbase-essential))