Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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)