Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Alien-SVN CPAN distribution.

Report information
The Basics
Id: 65254
Status: rejected
Priority: 0/
Queue: Alien-SVN

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

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



The mechanism for generating methods in SVN::Client presumes that the "$self" parameter will be of exactly the class "SVN::Client". These methods not surprisingly will fail if one tries to subclass SVN::Client. Would it be possible in future releases to modify the generation methods so that they used "isa" rather than "eq"?
On Sun Jan 30 00:17:43 2011, ELISHEVA wrote: Show quoted text
> The mechanism for generating methods in SVN::Client presumes that the > "$self" parameter will be of exactly the class "SVN::Client". These > methods not surprisingly will fail if one tries to subclass SVN::Client. > Would it be possible in future releases to modify the generation > methods so that they used "isa" rather than "eq"?
Sorry, Alien::SVN only bundles the existing Subversion libraries. We don't work on them. You can report upstream to the Subversion folks. Unfortunately their bug tracking system isn't nearly as welcoming as this one. :-/ http://subversion.tigris.org/issue-tracker.html