The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::lcpan::CmdBundle::sah - lcpan subcommands related to Data::Sah

VERSION

This document describes version 0.01 of App::lcpan::CmdBundle::sah (from Perl distribution App-lcpan-CmdBundle-sah), released on 2017-01-20.

SYNOPSIS

Install this distribution, then the lcpan subcommands below will be available:

 # List Data::Sah types available on CPAN
 % lcpan sah-types

 # List Data::Sah compilers available on CPAN
 % lcpan sah-compilers

DESCRIPTION

This bundle provides the following lcpan subcommands:

This distribution packages several lcpan subcommands related to Data::Sah. More subcommands will be added in future releases.

Some ideas:

For each compiler, show list of (un)supported types (the ones it has (doesn't have) the handler for).

List supported translation languages (Data::Sah::Lang::*).

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-lcpan-CmdBundle-sah.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-lcpan-CmdBundle-sah.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-lcpan-CmdBundle-sah

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.

SEE ALSO

lcpan

Data::Sah

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by perlancar@cpan.org.

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