Art-World
view release on metacpan or search on metacpan
lib/Art/World/Util.pm view on Meta::CPAN
Looks like the Art::World::Meta toolkit. See
L<https://metacpan.org/pod/Class::MOP::Class> for extreme cases.
my $meta = $self->meta;
Also there is the Zydeco's C<$class> object.
This is a couple of utilities that makes a sort of meta-programming very simple. It is
more like a reminder for my bad memory than something very interesting. Largely
inspired by L<this Perl Monks thread|https://www.perlmonks.org/?node_id=1043195>.
Art::World::Meta->get_all_attributes( $artist );
# ==> ( 'id', 'name', 'reputation', 'artworks', 'collectors', 'collected', 'status' )
Mostly useless since Zydeco rely on Moo(se) so the Moose Meta Object Protocol is
available.
=head4 get_class( Object $klass )
Returns the class of the object.
( run in 1.688 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )