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

File: [local] / openbsd / OpenBSDTorrents / CurrentTorrents.pl (download)

Revision 1.1, Wed Mar 23 00:15:55 2005 UTC (19 years, 2 months ago) by andrew
Branch: MAIN

Initial revision

#!/usr/bin/perl -T
#$Id: CurrentTorrents.pl,v 1.1 2005/03/23 00:15:55 andrew Exp $
use strict;
use warnings;
use diagnostics;

use BT::MetaInfo;

use lib 'lib';
use OpenBSDTorrents;

%ENV = ();

use YAML;