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!