NAME
POE::Declare::Meta::Internal - Reserve a named slot for internal use
SYNOPSIS
declare privatevar => 'Internal';
DESCRIPTION
POE::Declare::Meta::Internal is a POE::Declare::Meta::Slot sub-class that is used to reserve a slot name purely for internal use.
In practice, all this declaration really does is to guarentee that the HASH key for that name will never be used by any other part of the object or by any child classes.
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
COPYRIGHT
Copyright 2006 - 2012 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.