Thank you for your interest in contributing!
- Fork the repository at https://github.com/cpan-authors/Tree-MultiNode.
- Create a feature branch from
main. - Make your changes and add tests where appropriate.
- Run the test suite:
perl Makefile.PL && make test - Submit a pull request.
Please report bugs via the issue tracker at https://github.com/cpan-authors/Tree-MultiNode/issues.
- Follow existing code style and conventions.
- Tests use
Test::Morewith a declared plan. - No external dependencies beyond core Perl and Test::More.