Acme-CPANModules-WrappingText

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::CPANModules::WrappingText - List of modules and utilities to wrap
    text

VERSION
    This document describes version 0.001 of Acme::CPANModules::WrappingText
    (from Perl distribution Acme-CPANModules-WrappingText), released on
    2022-11-24.

DESCRIPTION
    See also: fold Unix command line.

ACME::CPANMODULES ENTRIES
    App::TextWrapUtils
        CLI front-end for various backends mentioned in this list.

        Script: textwrap

    Lingua::JA::Fold
        Author: HATA <https://metacpan.org/author/HATA>

lib/Acme/CPANModules/WrappingText.pm  view on Meta::CPAN


our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-11-24'; # DATE
our $DIST = 'Acme-CPANModules-WrappingText'; # DIST
our $VERSION = '0.001'; # VERSION

our $LIST = {
    summary => "List of modules and utilities to wrap text",
    description => <<'_',

See also: <prog:fold> Unix command line.

_
    # TODO: use Module::Features
    entry_features => {
        can_unicode => {summary => 'Can wrap Unicode text, including wide characters'},
        can_cjk     => {summary => 'Can wrap CJK wide characters'},
        can_ansi    => {summary => 'Can wrap text that contains ANSI color/escape codes'},
    },
    entries => [
        {

lib/Acme/CPANModules/WrappingText.pm  view on Meta::CPAN

=head1 NAME

Acme::CPANModules::WrappingText - List of modules and utilities to wrap text

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::WrappingText (from Perl distribution Acme-CPANModules-WrappingText), released on 2022-11-24.

=head1 DESCRIPTION

See also: L<fold> Unix command line.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<App::TextWrapUtils>

CLI front-end for various backends mentioned in this list.




( run in 1.343 second using v1.01-cache-2.11-cpan-df04353d9ac )