File: Cell.pm

package info (click to toggle)
libtest2-suite-perl 0.000163-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,768 kB
  • sloc: perl: 7,485; 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.000163';

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

1;