Skip Menu |

This queue is for tickets about the Nabaztag CPAN distribution.

Report information
The Basics
Id: 19899
Status: new
Priority: 0/
Queue: Nabaztag

People
Owner: Nobody in particular
Requestors: phrrngtn [...] panix.com
Cc: gevrey [...] pobox.com
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.03
  • 0.04
Fixed in: (no value)



Subject: small bug in sendMessageNumber of Nabaztag.pm
line 306 of lib/Nabaztag.pm has an extraneous '->' my $content = $self->_getUserAgent->()->get($url)->content(); whereas it should be: my $content = $self->_getUserAgent()->get($url)->content();