The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 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;
package
Term::Table::Spacer;
use
strict;
warnings;
our
$VERSION
=
'0.024'
;
sub
new {
bless
{},
$_
[0] }
width { 1 }
sanitize { }
mark_tail { }
reset
{ }
1;