X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy.pm;h=a420206d5ef402a7c70f038927ab575a068fd41d;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=8b3f3ccef0d6bc6ad75a6f512b8e4101115557c8;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/perl/Thingy.pm b/perl/Thingy.pm index 8b3f3cce..a420206d 100644 --- a/perl/Thingy.pm +++ b/perl/Thingy.pm @@ -115,7 +115,7 @@ sub process } while (@queue) { $thing = shift @queue; - my $dxchan = DXChannel->get($thing->{dxchan}); + my $dxchan = DXChannel::get($thing->{dxchan}); if ($dxchan) { if ($thing->can('in_filter')) { next unless $thing->in_filter($dxchan);