Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-Benchmark-Accessors CPAN distribution.

Report information
The Basics
Id: 67168
Status: new
Priority: 0/
Queue: App-Benchmark-Accessors

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

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



Subject: What is WithObjectTinyXS doing?
I was looking through the benchmarks and noticed there was none for Object::Tiny::XS, but then I saw this: package # hide from PAUSE WithObjectTinyXS; use Object::Tiny qw/myattr/; use Class::XSAccessor accessors => { myattr => 'myattr' }, replace => 1; What is that supposed to be doing? It looks like it's using Class::XSAccessor with Object::Tiny's constructor?