GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Type::Tiny::Manual::Contributing(3) User Contributed Perl Documentation Type::Tiny::Manual::Contributing(3)

Type::Tiny::Manual::Contributing - contributing to Type::Tiny development.

Bug reports (including wishlist items) can be submitted to GitHub.

<https://github.com/tobyink/p5-type-tiny/issues>.

Test cases written using Test::More are always appreciated.

If something doesn't work as documented, or causes unexpected crashes, and you know how to fix it, then either attach a patch to the bug report (see above) or as a pull request to the project on GitHub.

<https://github.com/tobyink/p5-type-tiny>.

Please try to follow the coding style used in the rest of the project. (Tab indents, spaces for alignment, British English spellings, pod at the end of code but the start of test cases, etc.)

<https://github.com/tobyink/misc-development-tools/blob/master/bin/my-perltidy>

New test cases for the Type::Tiny test suite are always welcome. The coveralls page for Type::Tiny should reveal what parts of the code are most needing good test cases. Any files with below 95% coverage are highest priority.

<https://coveralls.io/github/tobyink/p5-type-tiny>.

Type::Tiny is now also on Codecov which does coverage accounting slightly differently, giving some stricter targets to aim for.

<https://codecov.io/gh/tobyink/p5-type-tiny>

I'm not really a C programmer, nor am I that familiar with Perl's internals, so help with Type::Tiny::XS is always appreciated. There are some type constraints in Types::Standard, Types::Common::String, and Types::Common::Numeric which don't have XS implementations.

Though I'm unlikely to bundle many more type libraries in this distribution, uploading your own type libraries to CPAN will strengthen the Type::Tiny ecosystem.
If you or your organization uses Type::Tiny and you wish to contribute financially, you should be able to find links to donate on the Type::Tiny website at <https://typetiny.toby.ink/>.

Please note that I am not suggesting that you must do this in order for me to continue working on Type::Tiny and related modules.

You've reached the end of the manual!

But each class, type library, and other package includes more detailed documentation.

<https://toby.ink/open-source/contributing/>.

Toby Inkster <tobyink@cpan.org>.

This software is copyright (c) 2013-2014, 2017-2021 by Toby Inkster.

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

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2021-07-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.