NAME

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

VERSION

version 0.11

SYNOPSIS

package Chart::OFC::Thingy;

use Chart::OFC::Types;

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

DESCRIPTION

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

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Dave Rolsky.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)