The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package t::10000_by_class::Net::BitTorrent::Torrent::Generator_single_file;
{
    use strict;
    use warnings;
    our $MAJOR = 0.074; our $MINOR = 0; our $DEV = 12; our $VERSION = sprintf('%1.3f%03d' . ($DEV ? (($DEV < 0 ? '' : '_') . '%03d') : ('')), $MAJOR, $MINOR, abs $DEV);
    use 5.010.000;
    use Test::Most;
    use lib '../', '../../../../../', '../../../../../lib', 'lib';
    use Net::BitTorrent::Torrent::Generator;
    BEGIN { require 't/10000_by_class/Net/BitTorrent/Torrent/Generator.t' }
    use parent-norequire,
        't::10000_by_class::Net::BitTorrent::Torrent::Generator';
    $|++;

    # Basic utility functions/methods
    sub info_hash {'AF734F7A29006EB16E47FB66A06290224EEAFD02'}

    sub files {
        './t/90000_data/96000_data/96020_miniswarm_seed/1291672777_30adc6a421_o.jpg';
    }
    {    # under _files attribute

        sub _files {
            ['./t/90000_data/96000_data/96020_miniswarm_seed/1291672777_30adc6a421_o.jpg'
            ];
        }
    }

    #
    #$ENV{'TEST_VERBOSE'}++;
    __PACKAGE__->runtests() if !caller;
}
1;

=pod

=head1 Author

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

CPAN ID: SANKO

=head1 License and Legal

Copyright (C) 2008-2010 by Sanko Robinson <sanko@cpan.org>

This program is free software; you can redistribute it and/or modify it under
the terms of
L<The Artistic License 2.0|http://www.perlfoundation.org/artistic_license_2_0>.
See the F<LICENSE> file included with this distribution or
L<notes on the Artistic License 2.0|http://www.perlfoundation.org/artistic_2_0_notes>
for clarification.

When separated from the distribution, all original POD documentation is
covered by the
L<Creative Commons Attribution-Share Alike 3.0 License|http://creativecommons.org/licenses/by-sa/3.0/us/legalcode>.
See the
L<clarification of the CCA-SA3.0|http://creativecommons.org/licenses/by-sa/3.0/us/>.

Neither this module nor the L<Author|/Author> is affiliated with BitTorrent,
Inc.

=for rcs $Id: Generator_single_file.t fb35269 2010-09-17 04:27:05Z sanko@cpan.org $

=cut