=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/ServerTorrents.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbsd/OpenBSDTorrents/ServerTorrents.pl 2005/05/02 21:26:04 1.11 +++ openbsd/OpenBSDTorrents/ServerTorrents.pl 2005/05/02 21:28:37 1.12 @@ -1,15 +1,15 @@ #!/usr/bin/perl -T -#$Id: ServerTorrents.pl,v 1.11 2005/05/02 20:26:04 andrew Exp $ +#$Id: ServerTorrents.pl,v 1.12 2005/05/02 20:28:37 andrew Exp $ use strict; use warnings; use diagnostics; -use BT::OBTMetaInfo; use LWP::UserAgent; use Time::Local; use lib 'lib'; use OpenBSDTorrents; +use BT::OBTMetaInfo; %ENV = ();