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

NAME

TAP::Spec::Plan::SkipAll - A TAP plan indicating that all tests were skipped

VERSION

version 0.10

ATTRIBUTES

reason

Required: The reason for skipping all tests.

METHODS

$plan->number_of_tests

Returns 0 (all tests were skipped)

$plan->as_tap

TAP representation.

AUTHOR

Andrew Rodland <arodland@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Andrew Rodland.

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