NAME
Pangloss::Category - a named category in Pangloss.
SYNOPSIS
use Pangloss::Category;
my $category = new Pangloss::Category();
$category->name( $text )
->notes( $text )
->creator( $user )
->date( time )
->validate;
# catch Pangloss::Category::Errors
DESCRIPTION
This class represents a category in Pangloss. It inherits its interface from Pangloss::StoredObject::Common and Pangloss::Collection::Item.
AUTHOR
Steve Purkis <spurkis@quiup.com>
SEE ALSO
Pangloss, Pangloss::Category::Error, Pangloss::Categories, Pangloss::Concept