Acme-CPANLists-PERLANCAR
view release on metacpan or search on metacpan
lib/Acme/CPANLists/PERLANCAR/ArrayClassBuilder.pm view on Meta::CPAN
package Acme::CPANLists::PERLANCAR::ArrayClassBuilder;
our $DATE = '2017-09-08'; # DATE
our $VERSION = '0.26'; # VERSION
our @Module_Lists = (
{
summary => 'Class builders for array-backed classes',
description => <<'_',
This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.
Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.
_
lib/Acme/CPANLists/PERLANCAR/ArrayClassBuilder.pm view on Meta::CPAN
Acme::CPANLists::PERLANCAR::ArrayClassBuilder - Class builders for array-backed classes
=head1 VERSION
This document describes version 0.26 of Acme::CPANLists::PERLANCAR::ArrayClassBuilder (from Perl distribution Acme-CPANLists-PERLANCAR), released on 2017-09-08.
=head1 MODULE LISTS
=head2 Class builders for array-backed classes
This list catalogs class builders for classes that use array (instead of the
popular hash) as their backend storage.
Hash is the vastly popular backend for object due to its flexibility and
convenient mapping of hash keys to object attributes, but actually Perl objects
can be references to any kind of data (array, scalar, glob). Storing objects as
other kinds of references can be useful in terms of attribute access speed,
memory size, or other aspects. But they are not as versatile and generic as
hash.
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'},
lib/Acme/CPANLists/PERLANCAR/NonMooseStyleClassBuilder.pm view on Meta::CPAN
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>
( run in 1.599 second using v1.01-cache-2.11-cpan-49f99fa48dc )