The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooseX::Test::Signature::Combined - Testsuite for combined signatures

WARNING

This API is unstable, it may change at any time. This should not affect ordinary MooseX::Method usage.

SYNOPSIS

  use MooseX::Test::Signature::Combined;
  use Test::More;

  my $tester = MooseX::Test::Signature::Combined->new;

  plan tests => $tester->planned;

  $tester->test ('MooseX::Meta::Signature::Combined');

DESCRIPTION

A testsuite for combined signatures. If you intend to implement your own optimized version of the signature, please use this suite to verify that it's compatible.

METHODS

planned

The number of planned tests.

test

Tests the specified class for conformity.

BUGS

Most software has bugs. This module probably isn't an exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Anders Nor Berle <debolaz@gmail.com>

COPYRIGHT AND LICENSE

Copyright 2007 by Anders Nor Berle.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.