Skip Menu |

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

Report information
The Basics
Id: 5850
Status: new
Priority: 0/
Queue: Net-Gopher

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: POD for extract_views() demonstrates defunct as_views() method.
The POD: Note that this method will convert the <\dk?> size format used in Gopher+ to an integer; the total size in bytes (e.g., <80> becomes 80, <40K> becomes 40960, <.4K> becomes 410, <400B> becomes 400): my @views = $response->get_block('+VIEWS')->as_views; ...