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

NAME

Myco::Entity::SampleEntityBase - a Myco entity class.

-- thingies that do such and such

VERSION

Release

0.01

Repository

$Revision: 1.3 $ $Date: 2006/02/17 18:22:39 $

SYNOPSIS

 $obj = Myco::Entity::SampleEntityBase->new;

 # accessor usage
 $obj->set_fooattrib("hello");
 $value = $obj->get_fooattrib;

 $obj->foometh();

DESCRIPTION

This class, along with Myco::Entity::SampleEntity and Myco::Entity::SampleEntityAddress, provide the basis for all tests provided with the core myco system.

LICENSE AND COPYRIGHT

Copyright (c) 2004 the myco project. All rights reserved. This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Myco::Entity::SampleEntityBase::Test, Myco::Entity, Myco, Tangram, Class::Tangram, mkentity

1 POD Error

The following errors were encountered while parsing the POD:

Around line 110:

=back without =over