1Test::Stream::Table::LiUnseeBrreCaokn(t3r)ibuted Perl DoTceusmte:n:tSattrieoanm::Table::LineBreak(3)
2
3
4
6 Test::Stream::Table::LineBreak - Break up lines for use in tables.
7
9 This distribution is deprecated in favor of Test2, Test2::Suite, and
10 Test2::Workflow.
11
12 See Test::Stream::Manual::ToTest2 for a conversion guide.
13
15 This is meant for internal use. This package takes long lines of text
16 and splits them so that they fit in table rows.
17
19 use Test::Stream::Table::LineBreak;
20
21 my $lb = Test::Stream::Table::LineBreak->new(string => $STRING);
22
23 $lb->break($SIZE);
24 while (my $part = $lb->next) {
25 ...
26 }
27
29 The source code repository for Test::Stream can be found at
30 http://github.com/Test-More/Test-Stream/.
31
33 Chad Granum <exodist@cpan.org>
34
36 Chad Granum <exodist@cpan.org>
37
39 Copyright 2015 Chad Granum <exodist7@gmail.com>.
40
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44 See http://dev.perl.org/licenses/
45
46
47
48perl v5.32.1 2021-01-27 Test::Stream::Table::LineBreak(3)