![]() |
![]()
| ![]() |
![]()
NAMETest::Able::Role -The Test::Able Role SYNOPSISpackage MyTest::SomeRole; use Test::Able::Role; test some_test => sub {}; DESCRIPTIONThis is the Test::Able Role. It is an extension of Moose::Role in the same way as Test::Able is an extension of Moose for the purpose of handling test-related methods. EXPORTED FUNCTIONSIn addition to exporting for Moose::Role, Test::Able::Role will export a handful of functions that can be used to declare test-related methods. These functions are the same functions that Test::Able exports.
AUTHORJustin DeVuyst, "justin@devuyst.com" COPYRIGHT AND LICENSECopyright 2009 by Justin DeVuyst. This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
|