Contributing to Catalyst::Plugin::OAuth2::AuthorizationServer

Bug reports, patches, and questions are all welcome.

Reporting bugs

Open an issue at https://github.com/fleetfootmike/Catalyst-Plugin-OAuth2-AuthorizationServer/issues. A failing test case is the most useful bug report of all.

Development setup

cpanm --installdeps .
prove -lr t

This distribution targets Perl 5.36 or newer and uses subroutine signatures.

Code style

There is a Perl::Critic test (severity 3; see .perlcriticrc), skipped by default and run with:

PERL_CRITIC_TEST=1 prove -l t/perl_critic.t

Submitting changes

Licence

This distribution is free software under the same terms as Perl itself.