Current Path : /proc/2/root/usr/local/share/perl5/Term/Table/ |
Current File : //proc/2/root/usr/local/share/perl5/Term/Table/Spacer.pm |
package Term::Table::Spacer; use strict; use warnings; our $VERSION = '0.013'; sub new { bless {}, $_[0] } sub width { 1 } sub sanitize { } sub mark_tail { } sub reset { } 1;