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

NAME

Data::Frame::Role - For creating roles in Data::Frame

VERSION

version 0.0059_01

SYNOPSIS

    use Data::Frame::Role;

DESCRIPTION

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

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

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-2021 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.