PROPLANTA: nanosleep not used -> lib removed

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-06-07 14:32:51 +00:00
parent 08861b6fce
commit 3b2876f349

View File

@ -33,7 +33,7 @@
# parser for the weather data # parser for the weather data
package MyProplantaParser; package MyProplantaParser;
use base qw(HTML::Parser); use base qw(HTML::Parser);
use Time::HiRes qw(usleep nanosleep); use Time::HiRes qw(usleep);
our @texte = (); our @texte = ();
my $lookupTag = "span|b"; my $lookupTag = "span|b";