10 lines
123 B
Perl
10 lines
123 B
Perl
package Test2::Util::Table::Cell;
|
|
use strict;
|
|
use warnings;
|
|
|
|
our $VERSION = '0.000139';
|
|
|
|
use base 'Term::Table::Cell';
|
|
|
|
1;
|