
Object::tiny is a perl module for building classes as simply as possible. it is useful for rapid prototyping, especially for data classes with a simple structure and mostly read-only accessors. it is a minimalistic way to build classes, intentionally omitting complex features that interfere with the way you build modules.