Acme-CPANLists-PERLANCAR

 view release on metacpan or  search on metacpan

lib/Acme/CPANLists/PERLANCAR/NonMooseStyleClassBuilder.pm  view on Meta::CPAN

        description => <<'_',

This list catalogs class builders with interface that is different than the
Moose family.

See also a whole host of Class::Accessor::* modules.

_
        entries => [
            {module => 'Class::Meta::AccessorBuilder',
             summary=>'Part of the Class::Meta framework'},
            {module => 'Class::Struct'},
            {module => 'Class::Builder'},
            {module => 'Class::GenSource',
             summary=>'This is more like code generator, it generates Perl code source for the entire class definition, not just accessors'},
            {module => 'Object::Declare'},
            {module => 'Object::Tiny'},
            {module => 'Class::Tiny'},
            {module => 'Object::New',
             summary=>'Only provides a new() constructor method'},
            {module => 'Class::Accessor',

lib/Acme/CPANLists/PERLANCAR/NonMooseStyleClassBuilder.pm  view on Meta::CPAN

=head2 Non-Moose-style class builders

This list catalogs class builders with interface that is different than the
Moose family.

See also a whole host of Class::Accessor::* modules.


=over

=item * L<Class::Meta::AccessorBuilder> - Part of the Class::Meta framework

=item * L<Class::Struct>

=item * L<Class::Builder>

=item * L<Class::GenSource> - This is more like code generator, it generates Perl code source for the entire class definition, not just accessors

=item * L<Object::Declare>

=item * L<Object::Tiny>



( run in 1.051 second using v1.01-cache-2.11-cpan-437f7b0c052 )