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?