Class::Accessor::Chained::Fast (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
Class::Accessor::Chained::Fast - Faster, but less expandable, chained accessorsSYNOPSIS
package Foo; use base qw(Class::Accessor::Chained::Fast); # The rest as Class::Accessor::Chained except no set() or get().
DESCRIPTION
By analogue to Class::Accessor and Class::Accessor::Fast this module provides a faster less-flexible chained accessor maker.AUTHOR
Richard Clamp <richardc@unixbeard.net>COPYRIGHT
Copyright (C) 2003 Richard Clamp. All Rights Reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.