Query: xacobeo::accessors
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Xacobeo::Accessors(3pm) User Contributed Perl Documentation Xacobeo::Accessors(3pm)NAMEXacobeo::Accessors - Generate accessors/setters easily.SYNOPSIS# Create $self->document and $self->xpath use Xacobeo::Accessors qw{ document xpath }; $self->document($document); validate($self->xpath);DESCRIPTIONThis package provides a utility for creating methods that work as accessors and setters. Usually Class::Accessor::Fast would have been used but it conflicts with GObject's system when extending a pure perl GObject.IMPORTSThis package imports the methods listed in the import clause.AUTHORSEmmanuel Rodriguez <potyl@cpan.org>.COPYRIGHT AND LICENSECopyright (C) 2008 by Emmanuel Rodriguez. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-16 Xacobeo::Accessors(3pm)