Dave Rolsky > Chart-OFC-0.07 > Chart::OFC::Types

Download:
Chart-OFC-0.07.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: Chart-OFC-0.09

NAME ^

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

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.

COPYRIGHT & LICENSE ^

Copyright 2007-2008 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.