[BACK]Return to MakeTorrents.pl CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/MakeTorrents.pl between version 1.15 and 1.19

version 1.15, 2005/05/06 21:03:55 version 1.19, 2006/05/15 19:47:04
Line 1 
Line 1 
 #!/usr/bin/perl -T  #!/usr/bin/perl -T
 #$Id$  #$RedRiver: MakeTorrents.pl,v 1.18 2005/05/20 16:25:35 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
 use diagnostics;  use diagnostics;
Line 110 
Line 110 
   
     my $torrent_with_path = $OBT->{DIR_NEW_TORRENT} . "/$torrent";      my $torrent_with_path = $OBT->{DIR_NEW_TORRENT} . "/$torrent";
   
     $t = BT::MetaInfo::Cached->new(      my $t = BT::MetaInfo::Cached->new(
         $torrent,  
         {          {
             cache_root =>              cache_root =>
             $OBT->{DIR_HOME} . '/FileCache'              $OBT->{DIR_HOME} . '/FileCache'

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.19

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>