File Coverage

blib/lib/Sah/Schemas/Language.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Sah::Schemas::Language;
2              
3 1     1   338330 use strict;
  1         2  
  1         92  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-08-07'; # DATE
7             our $DIST = 'Sah-Schemas-Language'; # DIST
8             our $VERSION = '0.005'; # VERSION
9              
10             1;
11             # ABSTRACT: Various Sah schemas related to language codes/names
12              
13             __END__
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Sah::Schemas::Language - Various Sah schemas related to language codes/names
22              
23             =head1 VERSION
24              
25             This document describes version 0.005 of Sah::Schemas::Language (from Perl distribution Sah-Schemas-Language), released on 2023-08-07.
26              
27             =head1 SAH SCHEMAS
28              
29             The following schemas are included in this distribution:
30              
31             =over
32              
33             =item * L<language::code|Sah::Schema::language::code>
34              
35             Language code (alpha-2 or alpha-3).
36              
37             Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted.
38              
39              
40             =item * L<language::code::alpha2|Sah::Schema::language::code::alpha2>
41              
42             Language code (alpha-2).
43              
44             Accept only current (not retired) codes. Only alpha-2 codes are accepted.
45              
46              
47             =item * L<language::code::alpha3|Sah::Schema::language::code::alpha3>
48              
49             Language code (alpha-3).
50              
51             Accept only current (not retired) codes. Only alpha-3 codes are accepted.
52              
53              
54             =back
55              
56             =head1 HOMEPAGE
57              
58             Please visit the project's homepage at L<https://metacpan.org/release/Sah-Schemas-Language>.
59              
60             =head1 SOURCE
61              
62             Source repository is at L<https://github.com/perlancar/perl-Sah-Schemas-Language>.
63              
64             =head1 SEE ALSO
65              
66             L<Sah> - schema specification
67              
68             L<Data::Sah> - Perl implementation of Sah
69              
70             =head1 AUTHOR
71              
72             perlancar <perlancar@cpan.org>
73              
74             =head1 CONTRIBUTING
75              
76              
77             To contribute, you can send patches by email/via RT, or send pull requests on
78             GitHub.
79              
80             Most of the time, you don't need to build the distribution yourself. You can
81             simply modify the code, then test via:
82              
83             % prove -l
84              
85             If you want to build the distribution (e.g. to try to install it locally on your
86             system), you can install L<Dist::Zilla>,
87             L<Dist::Zilla::PluginBundle::Author::PERLANCAR>,
88             L<Pod::Weaver::PluginBundle::Author::PERLANCAR>, and sometimes one or two other
89             Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond
90             that are considered a bug and can be reported to me.
91              
92             =head1 COPYRIGHT AND LICENSE
93              
94             This software is copyright (c) 2023, 2020, 2019, 2018 by perlancar <perlancar@cpan.org>.
95              
96             This is free software; you can redistribute it and/or modify it under
97             the same terms as the Perl 5 programming language system itself.
98              
99             =head1 BUGS
100              
101             Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Sah-Schemas-Language>
102              
103             When submitting a bug or request, please include a test-file or a
104             patch to an existing test-file that illustrates the bug or desired
105             feature.
106              
107             =cut