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

Annotation of openbsd/OpenBSDTorrents/CurrentTorrents.pl, Revision 1.1

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:

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