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

NAME

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

VERSION

version 0.12

SYNOPSIS

    package Chart::OFC::Thingy;

    use Chart::OFC::Types;

    use Moose;

    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) 2014 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)