[BACK]Return to OpenBSDTorrents.pm CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents / lib

Annotation of openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm, Revision 1.1

1.1     ! andrew      1: package OpenBSDTorrents;
        !             2:
        !             3: use 5.008005;
        !             4: use strict;
        !             5: use warnings;
        !             6:
        !             7: our @ISA = qw();
        !             8:
        !             9: our $VERSION = '0.01';
        !            10:
        !            11:
        !            12: # Preloaded methods go here.
        !            13:
        !            14: 1;
        !            15: __END__
        !            16: # Below is stub documentation for your module. You'd better edit it!
        !            17:
        !            18: =head1 NAME
        !            19:
        !            20: OpenBSDTorrents - Perl extension for blah blah blah
        !            21:
        !            22: =head1 SYNOPSIS
        !            23:
        !            24:   use OpenBSDTorrents;
        !            25:   blah blah blah
        !            26:
        !            27: =head1 DESCRIPTION
        !            28:
        !            29: Stub documentation for OpenBSDTorrents, created by h2xs. It looks like the
        !            30: author of the extension was negligent enough to leave the stub
        !            31: unedited.
        !            32:
        !            33: Blah blah blah.
        !            34:
        !            35:
        !            36: =head1 SEE ALSO
        !            37:
        !            38: Mention other useful documentation such as the documentation of
        !            39: related modules or operating system documentation (such as man pages
        !            40: in UNIX), or any relevant external documentation such as RFCs or
        !            41: standards.
        !            42:
        !            43: If you have a mailing list set up for your module, mention it here.
        !            44:
        !            45: If you have a web site set up for your module, mention it here.
        !            46:
        !            47: =head1 AUTHOR
        !            48:
        !            49: Andrew Fresh, E<lt>andrew@E<gt>
        !            50:
        !            51: =head1 COPYRIGHT AND LICENSE
        !            52:
        !            53: Copyright (C) 2005 by Andrew Fresh
        !            54:
        !            55: This library is free software; you can redistribute it and/or modify
        !            56: it under the same terms as Perl itself, either Perl version 5.8.5 or,
        !            57: at your option, any later version of Perl 5 you may have available.
        !            58:
        !            59:
        !            60: =cut

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