
Chart::OFC::Types - type library for Chart::OFC

version 0.11

package Chart::OFC::Thingy;
use Chart::OFC::Types;
has opacity =>
( is => 'ro',
isa => 'Chart::OFC::Type::Opacity',
);

This class provides a library of types for use by other Chart::OFC classes.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2012 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)