Current File : /home/inlingua/www/decay_sym/root/usr/local/apps/perl/lib/site_perl/5.30.0/Term/Table/Spacer.pm
package Term::Table::Spacer;
use strict;
use warnings;

our $VERSION = '0.024';

sub new { bless {}, $_[0] }

sub width { 1 }

sub sanitize  { }
sub mark_tail { }
sub reset     { }

1;