NAME
Data::Frame::Role - For creating roles in Data::Frame
VERSION
version 0.0041
SYNOPSIS
use Data::Frame::Role;
DESCRIPTION
use Data::Frame::Role ...;
is equivalent of
use Data::Frame::Setup qw(:role), ...;
SEE ALSO
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.