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

NAME

Graphics::Grid::Dimensional - Role for supporting width and height in Graphics::Grid

VERSION

version 0.0000_03

DESCRIPTION

This role describes something that has width and height.

ATTRIBUTES

width

A Grahpics::Grid::Unit object specifying width.

Default to unit(1, "npc").

height

Similar to the width attribute except that it is for height.

SEE ALSO

Graphics::Grid

Graphics::Grid::Unit

AUTHOR

Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Stephan Loyd.

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