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

NAME

POE::Declare::Meta::Attribute - Named accessor with read-only accessor

SYNOPSIS

  declare status => 'Attribute';
  
  my $object = My::Class->new;
  
  print $object->status . "\n";

DESCRIPTION

A POE::Declare::Meta::Attribute is a POE::Declare::Meta::Slot subclass that represents the simplest possible slot, a named attribute with a data storage element in the object HASH, and a readonly accessor.

SUPPORT

Bugs should be always be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=POE-Declare

For other issues, or commercial enhancement or support, contact the author.

AUTHORS

Adam Kennedy <adamk@cpan.org>

SEE ALSO

POE, POE::Declare

COPYRIGHT

Copyright 2006 - 2009 Adam Kennedy.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.