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

NAME

Art::Artwork - The base thing producted by artists

SYNOPSIS

  my $artwork = Art->new_artwork(
    creator => [ $artist, $another_artist ]  ,
    value => 100,
    owner => $f->person_name );

DESCRIPTION

Artwork is a Zydeco subclass of Art::Work.

EXTENDS

Art::Work

ROLES

Behavior::Showable
Behavior::Collectionable

AUTHORS

Sébastien Feugère <sebastien@feugere.net>
Seb. Hu-Rillettes <shr@balik.network>

COPYRIGHT AND LICENSE

Copyright 2006-2020 Seb. Hu-Rillettes

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.