Skip Menu |

This queue is for tickets about the Net-BitTorrent-File CPAN distribution.

Report information
The Basics
Id: 8205
Status: open
Priority: 0/
Queue: Net-BitTorrent-File

People
Owner: Nobody in particular
Requestors: allenday [...] ucla.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.01-fix
Fixed in: (no value)



Subject: bug in piece_length(), misreported value
let's do this instead. i have only seen piece length as a "piece length" key, never "piece_length". sub piece_length { my $self = shift; my $len = shift; if(defined($len)) { $self->{'data'}->{'info'}->{'piece_length'} = $len; } return $self->{'data'}->{'info'}->{'piece_length'} || $self->{'data'}->{'info'}->{'piece length'}; }