Skip Menu |

This queue is for tickets about the WebService-MusicBrainz CPAN distribution.

Report information
The Basics
Id: 39945
Status: resolved
Priority: 0/
Queue: WebService-MusicBrainz

People
Owner: bfaist [...] cpan.org
Requestors: cjk32 [...] cam.ac.uk
Cc:
AdminCc:

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



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');
Thanks for the patch. Version 0.19 contains the fix requested.