Skip to content

Latest commit

 

History

History
123 lines (97 loc) · 3.16 KB

roles.pod

File metadata and controls

123 lines (97 loc) · 3.16 KB

The following program demonstrates a simple and pluggabe IRC bot framework along with an implementation of a few simple commands. It demonstrates the use of roles, re-usable pieces of functionality that can be safely composed into a class at compile time or mixed in per-object at runtime.

What is a role?

Compile Time Composition

Runtime Mixins

Expressing requirements

Parametric Roles

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 1:

Unknown directive: =head0