Class-Mite
view release on metacpan or search on metacpan
lib/Class/More.pm view on Meta::CPAN
=head2 Attribute System Limitations
=over 4
=item * B<No Type Constraints>: Attributes don't support type checking
=item * B<No Access Control>: All attributes are readable and writable
=item * B<No Coercion>: No automatic value transformation
=item * B<No Triggers>: No callbacks when attributes change
=item * B<No Lazy Building>: Defaults are applied immediately at construction
=item * B<No Private/Protected>: All attributes are publicly accessible via accessors
=back
=head2 Inheritance Limitations
=over 4
( run in 0.615 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )