Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Test::Stream::Reservations

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Test-Stream-1.302010/lib/Test/Stream/Context.pm -- Around line 491: Unterminated C<...> sequence Test-Stream-1.302010/lib/Test/Stream/IPC.pm -- Around line 144: You forgot a '=back' before '=head1' Around line 146: '=item' outside of any '=over' Test-Stream-1.302010/lib/Test/Stream/Plugin/Grab.pm -- Around line 145: '=item' outside of any '=over' Around line 183: You forgot a '=back' before '=head1'

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Test::Stream::Reservations

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

Modules

Name Abstract Version View
Test::Stream Experimental successor to Test::More and Test::Builder. 1.302010 metacpan
Test::Stream::Block Tools to inspect coderefs metacpan
Test::Stream::Bundle Tools to help you write custom bundles. metacpan
Test::Stream::Bundle::SpecTester Spec + the Tester bundle metacpan
Test::Stream::Bundle::Tester Bundle for testing test tools. metacpan
Test::Stream::Bundle::V1 Suggested bundle, most important tools. metacpan
Test::Stream::Capabilities Check if the current system has various capabilities. metacpan
Test::Stream::Compare Tools for comparing data structures. metacpan
Test::Stream::Compare::Array Internal representation of an array comparison. metacpan
Test::Stream::Compare::Custom Custom field check for comparisons. metacpan
Test::Stream::Compare::Event Event specific Object subclass. metacpan
Test::Stream::Compare::EventMeta metacpan
Test::Stream::Compare::Hash Representation of a hash in a deep comparison. metacpan
Test::Stream::Compare::Meta Check library for meta-checks metacpan
Test::Stream::Compare::Object Representation of an object during deep comparison. metacpan
Test::Stream::Compare::Pattern Use a pattern to validate values in a deep comparison. metacpan
Test::Stream::Compare::Ref Ref comparison metacpan
Test::Stream::Compare::Regex Regex direct comparison metacpan
Test::Stream::Compare::Scalar Representation of a Scalar Ref in deep comparisons metacpan
Test::Stream::Compare::Set Allows a field to be matched against a set of checks. metacpan
Test::Stream::Compare::Value Compare a value in deep comparisons. metacpan
Test::Stream::Compare::Wildcard Placeholder check. metacpan
Test::Stream::Context Object to represent a testing context. metacpan
Test::Stream::DebugInfo Debug information for events metacpan
Test::Stream::DeferredTests Write tests that get executaed at a later time metacpan
Test::Stream::Delta Representation of differences between nested data structures. metacpan
Test::Stream::Event Base class for events metacpan
Test::Stream::Event::Bail Bailout! metacpan
Test::Stream::Event::Diag Diag event type metacpan
Test::Stream::Event::Exception Exception event metacpan
Test::Stream::Event::Note Note event type metacpan
Test::Stream::Event::Ok Ok event type metacpan
Test::Stream::Event::Plan The event of a plan metacpan
Test::Stream::Event::Subtest Event for subtest types metacpan
Test::Stream::Event::Waiting Tell all procs/threads it is time to be done metacpan
Test::Stream::Exporter Declarative exporter for Test::Stream and friends. metacpan
Test::Stream::Exporter::Meta Meta object for exporters. metacpan
Test::Stream::Formatter metacpan
Test::Stream::Formatter::TAP Standard TAP formatter metacpan
Test::Stream::HashBase Base class for classes that use a hashref of a hash. metacpan
Test::Stream::Hub The conduit through which all events flow. metacpan
Test::Stream::Hub::Interceptor Hub used by interceptor to grab results. metacpan
Test::Stream::Hub::Interceptor::Terminator Exception class used by Test::Stream::Hub::Interceptor metacpan
Test::Stream::Hub::Subtest Hub used by subtests metacpan
Test::Stream::IPC Base class for Test::Stream IPC drivers. metacpan
Test::Stream::IPC::Files Temp dir + Files concurrency model. metacpan
Test::Stream::Mock Module for managing mocked classes and instances. metacpan
Test::Stream::Plugin Simple helper for writing plugins metacpan
Test::Stream::Plugin::AuthorTest Only run a test when AUTHOR_TESTING is true. metacpan
Test::Stream::Plugin::BailOnFail Automatically bail out of testing on the first test failure. metacpan
Test::Stream::Plugin::CanFork Skip a test file unless the system supports forking metacpan
Test::Stream::Plugin::CanThread Skip a test file unless the system supports threading metacpan
Test::Stream::Plugin::Capabilities Import constants to check the capabilities of the current system. metacpan
Test::Stream::Plugin::Capture Plugin for capturing STDERR and STDOUT. metacpan
Test::Stream::Plugin::Class Plugin for loading and aliasing the package you are testing. metacpan
Test::Stream::Plugin::Compare Tools for comparing deep data structures. metacpan
Test::Stream::Plugin::Context Plugin to expose the context function. metacpan
Test::Stream::Plugin::Core Test::Stream implementation of the core Test::More tools. metacpan
Test::Stream::Plugin::Defer Write tests that get executaed at a later time metacpan
Test::Stream::Plugin::DieOnFail Automatically die on the first test failure. metacpan
Test::Stream::Plugin::Exception Simple tools to help test exceptions. metacpan
Test::Stream::Plugin::ExitSummary Add extra diagnostics on failure at the end of the test. metacpan
Test::Stream::Plugin::Grab Object used to temporarily intercept all events. metacpan
Test::Stream::Plugin::IPC Plugin to load and configure IPC support. metacpan
Test::Stream::Plugin::Intercept Tool for intercepting test events. metacpan
Test::Stream::Plugin::LoadPlugin Load a plugin with full Test::Stream semantics, but at runtime. metacpan
Test::Stream::Plugin::Mock Class/Instance mocking for Test::Stream. metacpan
Test::Stream::Plugin::SRand Control the random seed for more controlled test environments. metacpan
Test::Stream::Plugin::SkipWithout Plugin to skip tests if certain package requirements are not met. metacpan
Test::Stream::Plugin::Spec SPEC testing tools metacpan
Test::Stream::Plugin::Subtest Tools for writing subtests metacpan
Test::Stream::Plugin::TAP Plugin to set TAP as the default output formatter. metacpan
Test::Stream::Plugin::UTF8 Test::Stream plugin that enables utf8. metacpan
Test::Stream::Plugin::Warnings Simple tools for testing code that may generate warnings. metacpan
Test::Stream::Reservations metacpan
Test::Stream::Stack Object to manage a stack of L<Test::Stream::Hub> instances. metacpan
Test::Stream::State Representation of the state of the testing metacpan
Test::Stream::Sync Primary Synchronization point, this is where global stuff lives. metacpan
Test::Stream::Table Format a header and rows into a table metacpan
Test::Stream::Table::LineBreak Break up lines for use in tables. metacpan
Test::Stream::Util Tools used by Test::Stream and friends. metacpan
Test::Stream::Workflow Interface for writing 'workflow' tools such as RSPEC implementations that all play nicely together. metacpan
Test::Stream::Workflow::Meta Meta-data for tests using workflows metacpan
Test::Stream::Workflow::Runner Simple runner for workflows. metacpan
Test::Stream::Workflow::Task Compiled form of a unit. metacpan
Test::Stream::Workflow::Unit Representation of a workflow unit. metacpan

Provides

Name File View
Test::Stream::Bundle::V10 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V11 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V12 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V13 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V14 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V15 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V16 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V17 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V18 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V19 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V2 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V20 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V3 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V4 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V5 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V6 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V7 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V8 lib/Test/Stream/Reservations.pm metacpan
Test::Stream::Bundle::V9 lib/Test/Stream/Reservations.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
cpanfile metacpan