There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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