Initial Windows agent repository
This commit is contained in:
commit
a0db0c2e5b
10589 changed files with 3844063 additions and 0 deletions
15
OGP64/usr/share/perl5/5.40/Term/Table/Spacer.pm
Normal file
15
OGP64/usr/share/perl5/5.40/Term/Table/Spacer.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package Term::Table::Spacer;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '0.018';
|
||||
|
||||
sub new { bless {}, $_[0] }
|
||||
|
||||
sub width { 1 }
|
||||
|
||||
sub sanitize { }
|
||||
sub mark_tail { }
|
||||
sub reset { }
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue