Subject: | Typo in WebService::MusicBrainz::Response |
Date: | Fri, 10 Oct 2008 12:53:15 +0100 |
To: | bug-WebService-MusicBrainz [...] rt.cpan.org |
From: | Christopher Key <cjk32 [...] cam.ac.uk> |
Hello,
There's a typo in Response.pm, possibly a mistake during a global
copy/replace? I've attached a patch.
Regards,
Chris
578c578
< $relation->getAttributeributes( $xRelation->getAttribute('attributes') ) if $xRelation->getAttribute('attributes');
---
> $relation->attributes( $xRelation->getAttribute('attributes') ) if $xRelation->getAttribute('attributes');