Skip to content

Commit

Permalink
Add Term-Table as a dual-life CPAN module
Browse files Browse the repository at this point in the history
Required as a dependency of adding Test2-Suite
  • Loading branch information
leonerd committed Sep 20, 2023
1 parent 8c46034 commit 1c0796c
Show file tree
Hide file tree
Showing 18 changed files with 2,487 additions and 2 deletions.
15 changes: 15 additions & 0 deletions MANIFEST
Expand Up @@ -2309,6 +2309,21 @@ cpan/Term-ANSIColor/t/module/true-color.t
cpan/Term-ANSIColor/t/taint/basic.t
cpan/Term-Cap/Cap.pm Perl module supporting termcap usage
cpan/Term-Cap/test.pl See if Term::Cap works
cpan/Term-Table/lib/Term/Table.pm Term-Table
cpan/Term-Table/lib/Term/Table/Cell.pm Term-Table
cpan/Term-Table/lib/Term/Table/CellStack.pm Term-Table
cpan/Term-Table/lib/Term/Table/HashBase.pm Term-Table
cpan/Term-Table/lib/Term/Table/LineBreak.pm Term-Table
cpan/Term-Table/lib/Term/Table/Spacer.pm Term-Table
cpan/Term-Table/lib/Term/Table/Util.pm Term-Table
cpan/Term-Table/t/bad_blank_line.t Term-Table
cpan/Term-Table/t/HashBase.t Term-Table
cpan/Term-Table/t/honor_env_in_non_tty.t Term-Table
cpan/Term-Table/t/issue-9.t Term-Table
cpan/Term-Table/t/Table.t Term-Table
cpan/Term-Table/t/Table/Cell.t Term-Table
cpan/Term-Table/t/Table/CellStack.t Term-Table
cpan/Term-Table/t/Table/LineBreak.t Term-Table
cpan/Test-Harness/bin/prove The prove harness utility
cpan/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility
cpan/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility
Expand Down
4 changes: 2 additions & 2 deletions Makefile.SH
Expand Up @@ -1418,8 +1418,8 @@ _cleaner2:
-rmdir lib/Test2/EventFacet lib/Test2/Event/TAP lib/Test2/Event
-rmdir lib/Test2/API/InterceptResult lib/Test2/API lib/Test2
-rmdir lib/Test/use lib/Test/Tester lib/Test/Builder/Tester
-rmdir lib/Test/Builder/IO lib/Test/Builder lib/Test lib/Term
-rmdir lib/TAP/Parser/YAMLish lib/TAP/Parser/SourceHandler
-rmdir lib/Test/Builder/IO lib/Test/Builder lib/Test lib/Term/Table
-rmdir lib/Term lib/TAP/Parser/YAMLish lib/TAP/Parser/SourceHandler
-rmdir lib/TAP/Parser/Scheduler lib/TAP/Parser/Result
-rmdir lib/TAP/Parser/Iterator lib/TAP/Parser lib/TAP/Harness
-rmdir lib/TAP/Formatter/File lib/TAP/Formatter/Console
Expand Down
9 changes: 9 additions & 0 deletions Porting/Maintainers.pl
Expand Up @@ -1083,6 +1083,15 @@ package Maintainers;
'EXCLUDED' => [qr{^t/release-.*\.t}],
},

'Term::Table' => {
'DISTRIBUTION' => 'EXODIST/Term-Table-0.017.tar.gz',
'SYNCINFO' => 'LeoNerd on Wed Sep 13 18:33:07 2023',
'FILES' => q[cpan/Term-Table],
'EXCLUDED' => [
qw( appveyor.yml ),
],
},

'Test' => {
'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz',
'FILES' => q[dist/Test],
Expand Down

0 comments on commit 1c0796c

Please sign in to comment.