Skip Menu |

This queue is for tickets about the Don-Mendo CPAN distribution.

Report information
The Basics
Id: 55438
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Don-Mendo

People
Owner: Nobody in particular
Requestors: DIEGOK [...] cpan.org
Cc:
AdminCc:

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



Subject: Where doc says array must say arrayref ;)
Hey!, some methods returns arrayref's but the docs says arrays. Even the synopsis example is wrong on this matter. Where it says: my $first_act = $don_mendo->jornadas(0); Must say: my $first_act = $don_mendo->jornadas->[0]; cheers!
El Mie Mar 10 11:22:58 2010, DIEGOK escribió: Show quoted text
> Hey!, some methods returns arrayref's but the docs says arrays. Even the > synopsis example is wrong on this matter. > > Where it says: > > my $first_act = $don_mendo->jornadas(0); > > Must say: > > my $first_act = $don_mendo->jornadas->[0]; > > cheers!
Thanks for the report. Fixed, and acknowledged help, in 0.0.7 (coming soon) JJ