Skip Menu |

This queue is for tickets about the WWW-Wunderground-API CPAN distribution.

Report information
The Basics
Id: 103449
Status: resolved
Priority: 0/
Queue: WWW-Wunderground-API

People
Owner: nebulous [...] crashed.net
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08
Fixed in: (no value)



Subject: Don't use indirect object notation
The indirect object notation is strongly discouraged these days. A google for "perl indirect object notation" should turn up several articles discussing why. So the SYNOPSIS shouldn't have: my $wun = new WWW::Wunderground::API('Fairfax, VA'); But instead should show: my $wun = WWW::Wunderground::API->new('Fairfax, VA');
On Fri Apr 10 18:32:18 2015, NEILB wrote: Show quoted text
> The indirect object notation is strongly discouraged these days. A > google for "perl indirect object notation" should turn up several > articles discussing why. >
Old habits die hard. Fixed in master.