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
ROLES
AUTHORS
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.