The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Class-Accessor Class::Accessor"

Class::Accessor - Automated accessor generation River stage four • 667 direct dependents • 2007 total dependents

This module automagically generates accessors/mutators for your class. Most of the time, writing accessors is an exercise in cutting and pasting. You usually wind up with a series of methods like this: sub name { my $self = shift; if(@_) { $self->{na...

KASEI/Class-Accessor-0.51 - 22 Oct 2017 17:01:15 UTC

Class::Accessor::Fast - Faster, but less expandable, accessors River stage four • 667 direct dependents • 2007 total dependents

This is a faster but less expandable version of Class::Accessor. Class::Accessor's generated accessors require two method calls to accomplish their task (one for the accessor, another for get() or set()). Class::Accessor::Fast eliminates calling set(...

KASEI/Class-Accessor-0.51 - 22 Oct 2017 17:01:15 UTC

Class::Accessor::Faster - Even faster, but less expandable, accessors River stage four • 667 direct dependents • 2007 total dependents

This is a faster but less expandable version of Class::Accessor::Fast. Class::Accessor's generated accessors require two method calls to accomplish their task (one for the accessor, another for get() or set()). Class::Accessor::Fast eliminates callin...

KASEI/Class-Accessor-0.51 - 22 Oct 2017 17:01:15 UTC
3 results (0.048 seconds)