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

Sah::Schemas - Convention for Sah-Schemas-* distribution

VERSION

This document describes version 0.1.0 of Sah::Schemas (from Perl distribution Sah-Schemas), released on 2016-05-08.

DESCRIPTION

A Sah-Schemas-* distribution contains one or more related Sah schemas.

  • Put each individual schema in Sah::Schema::<NAME> package

    The schema is put in the $schema package variable inside the package.

    This enables quick lookup/retrieval of a certain schema.

  • Schema must be normalized

    This relieves users from having to normalize it themselves.

SPECIFICATION VERSION

0.1.0

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Sah-Schemas.

SOURCE

Source repository is at https://github.com/perlancar/perl-Sah-Schemas.

BUGS

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

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

Sah::Schemas::*

Sah and Data::Sah

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.