Source: libtext-reflow-perl Maintainer: Debian Perl Group Uploaders: Lucas Kanashiro Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: perl-xs-dev, perl:native, debhelper-compat (= 13) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-reflow-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-reflow-perl.git Homepage: https://metacpan.org/release/Text-Reflow Package: libtext-reflow-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl module for reflowing files using Knuth's algorithm Text::Reflow provides a series of utilities that reflow paragraphs in a given file, filehandle, string or array using Knuth's paragraphing algorithm (as used in TeX) to pick the optimal places to break lines. The reflow algorithm tries to keep lines the same length but also tries to break at punctuation, and to avoid breaking within a proper name or after certain connectives. The result is more readable since fewer phrases are broken across line breaks.