1Type::Tiny::Manual::ConUtsreirbuCtoinntgr(i3b)uted PerlTDyopceu:m:eTnitnayt:i:oMnanual::Contributing(3)
2
3
4
6 Type::Tiny::Manual::Contributing - contributing to Type::Tiny
7 development.
8
10 Reporting bugs
11 Bug reports (including wishlist items) can be submitted to RT.
12
13 <https://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>.
14
15 Test cases written using Test::More are always appreciated.
16
17 Fixing bugs
18 If something doesn't work as documented, or causes unexpected crashes,
19 and you know how to fix it, then either attach a patch to the bug
20 report (see above) or as a pull request to the project on GitHub.
21
22 <https://github.com/tobyink/p5-type-tiny>.
23
24 Please try to follow the coding style used in the rest of the project.
25 (Tab indents, spaces for alignment, British English spellings, pod at
26 the end of code but the start of test cases, etc.)
27
28 Adding Test Cases
29 New test cases for the Type::Tiny test suite are always welcome. The
30 coveralls page for Type::Tiny should reveal what parts of the code are
31 most needing good test cases. Any files with below 95% coverage are
32 highest priority.
33
34 <https://coveralls.io/github/tobyink/p5-type-tiny>.
35
36 Type::Tiny is now also on Codecov which does coverage accounting
37 slightly differently, giving some stricter targets to aim for.
38
39 <https://codecov.io/gh/tobyink/p5-type-tiny>
40
41 Type::Tiny::XS
42 I'm not really a C programmer, nor am I that familiar with Perl's
43 internals, so help with Type::Tiny::XS is always appreciated. There are
44 some type constraints in Types::Standard, Types::Common::String, and
45 Types::Common::Numeric which don't have XS implementations, and none of
46 Types::TypeTiny has an XS implementation. (Given that the last module
47 is used internally by Type::Tiny a lot, an XS implementation of that
48 could provide a good speed boost!)
49
50 Writing Type Libraries
51 Though I'm unlikely to bundle many more type libraries in this
52 distribution, uploading your own type libraries to CPAN will strengthen
53 the Type::Tiny ecosystem.
54
56 You've reached the end of the manual!
57
58 But each class, type library, and other package includes more detailed
59 documentation.
60
62 Toby Inkster <tobyink@cpan.org>.
63
65 This software is copyright (c) 2013-2014, 2017-2020 by Toby Inkster.
66
67 This is free software; you can redistribute it and/or modify it under
68 the same terms as the Perl 5 programming language system itself.
69
71 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
72 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
73 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
74
75
76
77perl v5.30.1 2020-02-12Type::Tiny::Manual::Contributing(3)