Skip to content

Proc::Async page doesn't mention stdout/stderr/Supply candidates with :enc + :translate-nl #4798

@timo

Description

@timo

in method new it says:

The :enc specifies the encoding for streams (can still be overridden in individual methods) and defaults to utf8.

but the text for methods stdout, stderr, and Supply don't have anything about that.

The implementation has a proto method for each of these that either takes a :bin (can be False which forwards to the method without :bin) or :$enc and :$translate-nl.

These should be in the docs page for Proc::Async as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions