NAME
MooseX::Test::Role - Test functions for Moose roles
SYNOPSIS
use MooseX::Test::Role;
use Test::More tests => 2;
requires_ok('MyRole', qw/method1 method2/);
DESCRIPTION
Provides functions for testing roles. Right now the only method is requires_ok
.
FUNCTIONS
AUTHOR
Paul Boyd <pboyd@dev3l.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Paul Boyd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.