Group
Extension

Matches 2

Net-BitTorrent-File ( O/OR/ORCLEV/Net-BitTorrent-File-1.02-fix.tar.gz, ORCLEV, 2005; MetaCPAN )
Net-BitTorrent-File/t/003_io.t ( view source; MetaCPAN )
Torrent::File', 'object from file');

is_deeply($object->info(), $info, 'info loaded correctly');
isnt($object->info_hash(), undef, 'info_hash generated');
is_deeply($object->pieces_array(), $pieces_a
nt::File', 'restoring saved file');
is_deeply($object->info(), $info, 'info reloaded correctly');
isnt($object->info_hash(), undef, 'info_hash regenerated');
is_deeply($object->pieces_array(), $pieces
Net-BitTorrent-File ( O/OR/ORCLEV/Net-BitTorrent-File-1.02-fix.tar.gz, ORCLEV, 2005; MetaCPAN )
Net-BitTorrent-File/t/002_methods.t ( view source; MetaCPAN )
bject->files(), $files, 'setting files');
$object->info($info);
is_deeply($object->info(), $info, 'setting info');
$object->gen_info_hash();
isnt($object->info_hash(), undef, 'generating info hash');

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.