NAME
Data::Frame::Class - For creating classes in Data::Frame
VERSION
version 0.006003
SYNOPSIS
use Data::Frame::Class;
DESCRIPTION
use Data::Frame::Class ...;
is equivalent of
use Data::Frame::Setup qw(:class), ...;
SEE ALSO
AUTHORS
Zakariyya Mughal <zmughal@cpan.org>
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014, 2019-2022 by Zakariyya Mughal, 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.