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

NAME

Data::Frame::Class - For creating classes in Data::Frame

VERSION

version 0.0053

SYNOPSIS

    use Data::Frame::Class;

DESCRIPTION

use Data::Frame::Class ...; is equivalent of

    use Data::Frame::Setup qw(:class), ...;

SEE ALSO

Data::Frame::Setup

AUTHORS

  • Zakariyya Mughal <zmughal@cpan.org>

  • Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014, 2019 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.