Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add references to some additional related modules in SEE ALSO #20

Merged
merged 1 commit into from Jan 21, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions lib/Test/Class.pm
Expand Up @@ -1771,6 +1771,14 @@ If you use this module, and can spare the time please let us know or rate it at

Simple way to load "Test::Class" classes automatically.

=item L<Test::Class::Most>

Test::Class with additional conveniences to reduce need for some boilerplate code. Also makes L<Test::Most> testing functions available.

=item L<Test::Class::Moose>

Testing framework allows you to write your tests in Moose and test Moose and non-Moose code. It offers reporting, extensibility, test inheritance, parallel testing and more.

=item L<http://del.icio.us/tag/Test::Class>

Delicious links on Test::Class.
Expand Down