Skip Menu |

This queue is for tickets about the Ogg-Vorbis-Header-PurePerl CPAN distribution.

Report information
The Basics
Id: 3104
Status: resolved
Priority: 0/
Queue: Ogg-Vorbis-Header-PurePerl

People
Owner: Nobody in particular
Requestors: amolloy [...] kaizolabs.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: 0.02



Subject: broken example in POD documentation
The example code in the Synopsis section of the POD documentation contains an error. Currently: while (my ($key, $v) = each %{$ogg->info}) { Should be: while (my ($k, $v) = each %{$ogg->info}) { ($key has been replaced with $k)