The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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