Skip Menu |

This queue is for tickets about the Video-ZVBI CPAN distribution.

Report information
The Basics
Id: 51873
Status: resolved
Priority: 0/
Queue: Video-ZVBI

People
Owner: tomzo [...] users.sourceforge.net
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.2.5
Fixed in: (no value)



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/ZVBI.pm b/ZVBI.pm index 51b417a..643bbc1 100644 --- a/ZVBI.pm +++ b/ZVBI.pm @@ -758,7 +758,7 @@ I<$href>. This excludes services the libzvbi raw decoder cannot decode assuming the specified physical parameters. On return parameter I<$max_rate> is set to the highest data bit rate in B<Hz> of all services requested (The sampling rate should be at least -twice as high; C<$href->{sampling_rate}> will be set by libzvbi to a more +twice as high; C<< $href->{sampling_rate} >> will be set by libzvbi to a more reasonable value of 27 MHz derived from ITU-R Rec. 601.) =item $rd->reset()
Thanks for the patch. I'll fix this and a similar bug in line 1657 in the same file in the next release. (It's a bit too small of a fix to warrant an immediate new release.) -tom
This issue is fixed in release 0.2.6. Thanks again for the bug report. -tom