Replies: 1 comment
-
Moved to the issues #2816 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if it would be possible to get support for code using Class::Tiny? I think the most useful bit of support would just include handling the
use Class::Tiny qw/some fields here/;
statement to provide the available methods (in this case: 'some', 'fields' and 'here'). Maybe also pointMyClass->new()
at a BUILD or BUILDARGS sub if available.Beta Was this translation helpful? Give feedback.
All reactions