package Org::Element::TableCell; BEGIN { $Org::Element::TableCell::VERSION = '0.02'; } # ABSTRACT: Represent Org table cell use 5.010; use Moo; extends 'Org::Element::Base'; 1; =pod =head1 NAME Org::Element::TableCell - Represent Org table cell =head1 VERSION version 0.02 =head1 DESCRIPTION Derived from Org::Element::Base. =head1 DESCRIPTION =head1 ATTRIBUTES =head1 METHODS =head1 AUTHOR Steven Haryanto <stevenharyanto@gmail.com> =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2011 by Steven Haryanto. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut __END__