Skip Menu |

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

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

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

Bug Information
Severity: Unimportant
Broken in:
  • 0.99
  • 1.00
  • 1.01
  • 1.02
  • 1.05
Fixed in: (no value)



Subject: Typo in _find_item_blocks() error message.
Small typo. There should be a space after the first period: return $self->call_die( sprintf('There %s only %d %s in the ' . 'response.You specified item %d, ' . 'which does not exist.', ($number_of_items == 1) ? 'is' : 'are', $number_of_items, ($number_of_items == 1) ?'item':'items', $n ) ) if ($n > $number_of_items);