Acme-CPANLists-PERLANCAR

 view release on metacpan or  search on metacpan

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

package Acme::CPANLists::PERLANCAR::NonMooseStyleClassBuilder;

our $DATE = '2017-09-08'; # DATE
our $VERSION = '0.26'; # VERSION

our @Module_Lists = (
    {
        summary => 'Non-Moose-style class builders',
        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',
             summary => 'Also supports Moose-style "has"'},
            {module => 'Class::XSAccessor',
             summary=>'Fast version of Class::Accessor, used by Moo'},
        ],
    },
);

1;
# ABSTRACT: Non-Moose-style class builders

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANLists::PERLANCAR::NonMooseStyleClassBuilder - Non-Moose-style class builders

=head1 VERSION

This document describes version 0.26 of Acme::CPANLists::PERLANCAR::NonMooseStyleClassBuilder (from Perl distribution Acme-CPANLists-PERLANCAR), released on 2017-09-08.

=head1 MODULE LISTS

=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>

=item * L<Class::Tiny>

=item * L<Object::New> - Only provides a new() constructor method

=item * L<Class::Accessor> - Also supports Moose-style "has"

=item * L<Class::XSAccessor> - Fast version of Class::Accessor, used by Moo

=back

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANLists-PERLANCAR>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANLists-PERLANCAR>.

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANLists-PERLANCAR>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 SEE ALSO



( run in 1.005 second using v1.01-cache-2.11-cpan-0d23b851a93 )