1Test2::Util::Table::LinUesBerreaCko(n3t)ributed Perl DocTuemsetn2t:a:tUitoinl::Table::LineBreak(3)
2
3
4

NAME

6       Test2::Util::Table::LineBreak - Break up lines for use in tables.
7

DESCRIPTION

9       This is meant for internal use. This package takes long lines of text
10       and splits them so that they fit in table rows.
11

SYNOPSIS

13           use Test2::Util::Table::LineBreak;
14
15           my $lb = Test2::Util::Table::LineBreak->new(string => $STRING);
16
17           $lb->break($SIZE);
18           while (my $part = $lb->next) {
19               ...
20           }
21

SOURCE

23       The source code repository for Test2-Suite can be found at
24       https://github.com/Test-More/Test2-Suite/.
25

MAINTAINERS

27       Chad Granum <exodist@cpan.org>
28

AUTHORS

30       Chad Granum <exodist@cpan.org>
31
33       Copyright 2018 Chad Granum <exodist@cpan.org>.
34
35       This program is free software; you can redistribute it and/or modify it
36       under the same terms as Perl itself.
37
38       See http://dev.perl.org/licenses/
39
40
41
42perl v5.30.0                      2019-07-26  Test2::Util::Table::LineBreak(3)
Impressum