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

NAME

Agent - Activist of the Art World

SYNOPSIS

  use Art::Wildlife;

  my $agent = Art::Wildlife->new_agent( name => $f->person_name );

  $agent->participate;    # ==>  "That's interesting"

DESCRIPTION

A generic entity that can be any activist of the Art::World. Provides all kind of Agents classes and roles.

ENTITIES DESCRIPTIONS

ROLES

Active

Provide a participate method.

Buyer

Provide a aquire method requiring some money.

CLASSES

Artist

The artist got a lot sof wonderful powers:

create
have_idea all day long

In the beginning of their carreer they are usually underground, but this can change in time.

  $artist->is_underground if not $artist->has_collectors;

AUTHORS

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

COPYRIGHT AND LICENSE

Copyright 2017-2020 Seb. Hu-Rillettes and contributors

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