Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Accessor-Inherited-XS CPAN distribution.

Report information
The Basics
Id: 117185
Status: rejected
Priority: 0/
Queue: Class-Accessor-Inherited-XS

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: &$accessor_cref does not work correctly
Hi! This work looks very promising, and with several small tweaks could be transparently/optionally added to Class::Accessor::Grouped (and thus to DBIC). Preliminary testing looks promising as well. The main problem: perl -e ' package Foo; use warnings; use strict; use Class::Accessor::Inherited::XS ( inherited => "someaccessor" ); sub wrapper { my $cref = __PACKAGE__->can("someaccessor"); # ok #$cref->(@_); # fails &$cref }; wrapper() ' Cheers!
On Wed Aug 24 11:11:23 2016, RIBASUSHI wrote: Show quoted text
> > The main problem: >
Argh, in my hurry I overdid the reduction of this testcase, sorry about that. A real reproduction of the problem I encountered will show up in ~30 mins.
Initial report was bogus, closing in lieu of https://rt.cpan.org/Ticket/Display.html?id=117192