Return to CurrentTorrents.pl CVS log | Up to [local] / openbsd / OpenBSDTorrents |
version 1.17, 2005/05/05 22:52:45 | version 1.20, 2005/06/01 19:01:46 | ||
---|---|---|---|
|
|
||
} | } | ||
my $t; | my $t; | ||
eval { $t = BT::MetaInfo::Cached->new( $torrent ); }; | eval { | ||
$t = BT::MetaInfo::Cached->new( | |||
$torrent, | |||
{ | |||
cache_root => | |||
$OBT->{DIR_HOME} . '/FileCache' | |||
} | |||
); | |||
}; | |||
if ($@) { | if ($@) { | ||
warn "Error reading torrent $torrent\n"; | warn "Error reading torrent $torrent\n"; |