NAME
    Perinci::Sub::To::Text - Generate text documentation from Rinci function
    metadata

VERSION
    version 0.29

SYNOPSIS
     use Perinci::Sub::To::Text;

     my $doc = Perinci::Sub::To::Text->new(meta => {...});
     say $doc->gen_doc;

    You can also try the peri-func-doc script (included in the
    Perinci::Sub::To::POD distribution) with the "--format text" option:

     % peri-func-doc --format text /Some/Module/somefunc

    To generate a usage-like help message for a function, you can try
    peri-func-usage which is included in the Perinci::CmdLine distribution.

     % peri-func-usage http://example.com/api/somefunc

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/Perinci-Sub-To-Text>.

SOURCE
    Source repository is at
    <https://github.com/sharyanto/perl-Perinci-Sub-To-Text>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Sub-To-Text>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Steven Haryanto.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

