The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Office::Contacts::View - A web-based contacts manager

Synopsis

See "Synopsis" in App::Office::Contacts.

Description

App::Office::Contacts implements a utf8-aware, web-based, private and group contacts manager.

Distributions

See "Distributions" in App::Office::Contacts.

Installation

See "Installation" in App::Office::Contacts.

Object attributes

Each instance of this class is a Moo-based object with these attributes:

o note

Is an object of type App::Office::Contacts::View::Note.

o occupation

Is an object of type App::Office::Contacts::View::Occupation.

o organization

Is an object of type App::Office::Contacts::View::Organization.

o person

Is an object of type App::Office::Contacts::View::Person.

o report

Is an object of type App::Office::Contacts::View::Report.

Is an object of type App::Office::Contacts::View::Search.

Further, each attribute name is also a method name.

Methods

init()

This method is called from BUILD(), and is designed to be overridden by sub-classes.

note()

Returns an object of type App::Office::Contacts::View::Note.

occupation()

Returns an object of type App::Office::Contacts::View::Occupation.

organization()

Returns an object of type App::Office::Contacts::View::Organization.

person()

Returns an object of type App::Office::Contacts::View::Person.

report()

Returns an object of type App::Office::Contacts::View::Report.

search()

Returns an object of type App::Office::Contacts::View::Search.

FAQ

See "FAQ" in App::Office::Contacts.

Support

See "Support" in App::Office::Contacts.

Author

App::Office::Contacts was written by Ron Savage <ron@savage.net.au> in 2013.

Home page.

Copyright

Australian copyright (c) 2013, Ron Savage. All Programs of mine are 'OSI Certified Open Source Software'; you can redistribute them and/or modify them under the terms of The Artistic License V 2, a copy of which is available at: http://www.opensource.org/licenses/index.html