Kwalitee Issues

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.302005/Test-Stream-1.302004/lib/Test/Stream/Context.pm -- Around line 461: Unterminated C<...> sequence Test-Stream-1.302005/lib/Test/Stream/Context.pm -- Around line 461: Unterminated C<...> sequence

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Test-Stream-1.302004/lib/Test/Stream.pm, Test-Stream-1.302004/lib/Test/Stream/Block.pm, Test-Stream-1.302004/lib/Test/Stream/Capabilities.pm, Test-Stream-1.302004/lib/Test/Stream/Context.pm, Test-Stream-1.302004/lib/Test/Stream/DebugInfo.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Array.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Check.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Hash.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Meta.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Object.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Object/Array.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Object/Hash.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/State.pm, Test-Stream-1.302004/lib/Test/Stream/DeepCheck/Util.pm, Test-Stream-1.302004/lib/Test/Stream/Event.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Bail.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Diag.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Exception.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Note.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Ok.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Plan.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Subtest.pm, Test-Stream-1.302004/lib/Test/Stream/Event/Waiting.pm, Test-Stream-1.302004/lib/Test/Stream/Exporter.pm, Test-Stream-1.302004/lib/Test/Stream/Exporter/Meta.pm, Test-Stream-1.302004/lib/Test/Stream/HashBase.pm, Test-Stream-1.302004/lib/Test/Stream/Hub.pm, Test-Stream-1.302004/lib/Test/Stream/IPC.pm, Test-Stream-1.302004/lib/Test/Stream/IPC/Files.pm, Test-Stream-1.302004/lib/Test/Stream/Interceptor.pm, Test-Stream-1.302004/lib/Test/Stream/Interceptor/Grab.pm, Test-Stream-1.302004/lib/Test/Stream/Interceptor/Hub.pm, Test-Stream-1.302004/lib/Test/Stream/Interceptor/Terminator.pm, Test-Stream-1.302004/lib/Test/Stream/Stack.pm, Test-Stream-1.302004/lib/Test/Stream/State.pm, Test-Stream-1.302004/lib/Test/Stream/Subtest.pm, Test-Stream-1.302004/lib/Test/Stream/Subtest/Hub.pm, Test-Stream-1.302004/lib/Test/Stream/Sync.pm, Test-Stream-1.302004/lib/Test/Stream/TAP.pm, Test-Stream-1.302004/lib/Test/Stream/Tester.pm, Test-Stream-1.302004/lib/Test/Stream/Util.pm

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.302005 metacpan
Test::Stream::Block Tools to inspect coderefs metacpan
Test::Stream::Capabilities Check if the current system has various capabilities. metacpan
Test::Stream::Context Object to represent a testing context. metacpan
Test::Stream::DebugInfo Debug information for events metacpan
Test::Stream::DeepCheck Tools for comparing deep datastructures metacpan
Test::Stream::DeepCheck::Array Class for doing deep array checks metacpan
Test::Stream::DeepCheck::Check Library for comparisons and other simple checks with diagnostics. metacpan
Test::Stream::DeepCheck::Hash Class for doing deep hash checks metacpan
Test::Stream::DeepCheck::Meta Base class for deep structure checks. metacpan
Test::Stream::DeepCheck::Object Class for doing deep object checks metacpan
Test::Stream::DeepCheck::Object::Array Class for doing deep array-object checks metacpan
Test::Stream::DeepCheck::Object::Hash Class for doing deep hash-object checks metacpan
Test::Stream::DeepCheck::State Tracks and manages state on deep and/or recursive structure tests. metacpan
Test::Stream::DeepCheck::Util Reusable components of Test-Stream-DeepCheck 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::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::IPC Enable concurrency in Test::Stream. metacpan
Test::Stream::IPC::Files Temp dir + Files concurrency model. metacpan
Test::Stream::Interceptor Tools to intercept events, and other things. metacpan
Test::Stream::Interceptor::Grab Object used to temporarily intercept all events. metacpan
Test::Stream::Interceptor::Hub Hub used by interceptor to grab results. metacpan
Test::Stream::Interceptor::Terminator Exception class used by Test::Stream::Internal 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::Subtest Tools for writing subtests metacpan
Test::Stream::Subtest::Hub Hub used by subtests metacpan
Test::Stream::Sync Primary Synchronization point, this is where global stuff lives. metacpan
Test::Stream::TAP Standard TAP formatter metacpan
Test::Stream::Tester Tools for validating testing tools. metacpan
Test::Stream::Util Tools used by Test::Stream and friends. metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
Test-Stream-1.302004/MANIFEST metacpan
Test-Stream-1.302004/META.json metacpan
Test-Stream-1.302004/META.yml metacpan
Test-Stream-1.302004/Makefile.PL metacpan
Test-Stream-1.302004/cpanfile metacpan
cpanfile metacpan