Return to CurrentTorrents.pl CVS log | Up to [local] / openbsd / OpenBSDTorrents |
1.1 ! andrew 1: #!/usr/bin/perl -T ! 2: #$Id$ ! 3: use strict; ! 4: use warnings; ! 5: use diagnostics; ! 6: ! 7: use BT::MetaInfo; ! 8: ! 9: use lib 'lib'; ! 10: use OpenBSDTorrents; ! 11: ! 12: %ENV = (); ! 13: ! 14: use YAML; ! 15: