debian man page for xacobeo::accessors

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)

NAME
Xacobeo::Accessors - Generate accessors/setters easily.
SYNOPSIS
# Create $self->document and $self->xpath use Xacobeo::Accessors qw{ document xpath }; $self->document($document); validate($self->xpath);
DESCRIPTION
This 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.
IMPORTS
This package imports the methods listed in the import clause.
AUTHORS
Emmanuel Rodriguez <potyl@cpan.org>.
COPYRIGHT AND LICENSE
Copyright (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)
Related Man Pages
class::accessor::fast(3pm) - linux
xacobeo::document(3pm) - debian
xacobeo::gobject(3pm) - debian
xacobeo::timer(3pm) - debian
xacobeo::utils(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Detecting unused variables...