File: Cell.pm

package info (click to toggle)
libtest2-suite-perl 0.000139-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,624 kB
  • sloc: perl: 6,398; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
package Test2::Util::Table::Cell;
use strict;
use warnings;

our $VERSION = '0.000139';

use base 'Term::Table::Cell';

1;