diff --git a/fhem/FHEM/10_OWServer.pm b/fhem/FHEM/10_OWServer.pm index 621fa712f..41f67c1c5 100644 --- a/fhem/FHEM/10_OWServer.pm +++ b/fhem/FHEM/10_OWServer.pm @@ -30,7 +30,7 @@ use warnings; # this must be the latest OWNet from # http://owfs.cvs.sourceforge.net/viewvc/owfs/owfs/module/ownet/perl5/OWNet/lib/OWNet.pm # the version at CPAN is outdated and malfunctioning as at 2012-12-19 -use OWNet; +use lib::OWNet; ##################################### sub diff --git a/fhem/contrib/fhemupdate.control.fhem b/fhem/contrib/fhemupdate.control.fhem index c33d37bb3..133edad50 100644 --- a/fhem/contrib/fhemupdate.control.fhem +++ b/fhem/contrib/fhemupdate.control.fhem @@ -3,6 +3,9 @@ DIR www/images/default DIR www/gplot DIR www/pgm2 DIR docs +DIR FHEM/lib +DEL FHEM/OWNet.pm +UPD FHEM/lib/OWNet.pm MOV FHEM/release.* unused MOV FHEM/99_updatefhem.* unused MOV FHEM/99_CULflash.* unused