NAME Dist::Zilla::Plugin::Sah::Schemas - Plugin to use when building Sah-Schemas-* distribution VERSION This document describes version 0.027 of Dist::Zilla::Plugin::Sah::Schemas (from Perl distribution Dist-Zilla-Plugin-Sah-Schemas), released on 2021-07-30. SYNOPSIS In dist.ini: [Sah::Schemas] DESCRIPTION This plugin is to be used when building "Sah-Schemas-*" distribution. It adds xt/release/sah-schema.t which does the following: * Check that schema is already normalized * Test examples in schema It does the following to every "lib/Sah/Schemas/*" .pm file: * It does the following to every "lib/Sah/Schema/*" .pm file: * Set module abstract from the schema's summary * Add a prereq to other Sah::Schema::* module if schema depends on those other schemas * Produce pre-resolved editions of schemas into "lib/Sah/SchemaR/*" These are useful if a client wants to lookup the base type of a schema without having to do any extra resolving. Currently Perinci::Sub::Complete uses this to reduce startup overhead when doing tab completion. CONFIGURATION exclude_module Currently this means to exclude loading the specified schema module during build, skip resolving the schema, skip parsing the schema and extracting prerequisites from the schema, the and skip creating the corresponding "Sah::SchemaR::*" module. CONTRIBUTOR Steven Haryanto HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 Pod::Weaver::Plugin::Sah::Schemas Sah::Schemas Sah and Data::Sah AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2021, 2020, 2019, 2018, 2017, 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.