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

Search results for "Test::Nowarnings"

Test::NoWarnings - Make sure you didn't emit any warnings while testing River stage four • 608 direct dependents • 3628 total dependents

In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warnings, t...

HAARG/Test-NoWarnings-1.06 - 27 Jul 2021 12:03:38 UTC - Search in distribution

Test::Group::NoWarnings - turn warnings into test failures River stage one • 7 direct dependents • 8 total dependents

This module is an extension for Test::Group. It allows you to trap warnings generated during a test group and convert them to test failures. If you are not already familiar with Test::Group now would be a good time to go take a look. See also Test::N...

DOMQ/Test-Group-0.20 - 03 Jan 2016 19:45:10 UTC - Search in distribution
  • Test::Group - Group together related tests in a test suite

Test2::Plugin::NoWarnings - Fail if tests warn River stage four • 31 direct dependents • 3962 total dependents

Loading this plugin causes your tests to fail if there any warnings while they run. Each warning generates a new failing test and the warning content is outputted via "diag". This module uses $SIG{__WARN__}, so if the code you're testing sets this, t...

DROLSKY/Test2-Plugin-NoWarnings-0.10 - 07 Apr 2024 03:59:05 UTC - Search in distribution

rperl River stage one • 3 direct dependents • 3 total dependents

RPerl is a compiler. For more info: <https://github.com/wbraswell/rperl/blob/master/README.md>...

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper. River stage one • 2 direct dependents • 2 total dependents

The user modules in this package provide an object oriented API. The IO agents, requests sent, and responses received from the Apache Kafka or mock servers are all represented by objects. This makes a simple and powerful interface to these services. ...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC - Search in distribution
  • Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper.

perlcritic - Command-line interface to critique Perl source. River stage three • 133 direct dependents • 408 total dependents

"perlcritic" is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Co...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

perlmogrify - Command-line interface to transform Perl source. River stage zero No dependents

"perlmogrify" is a Perl5 to Perl6 code transformer. It's the executable front end to Perl::ToPerl6, which is a configurable, extensible code transfomer. Most of the code transfoermers were developed simply by taking sample Perl5 source and hand-editi...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution

cpandeps - show a module on the CPAN's dependency tree. River stage zero No dependents

This program is a simple wrapper around CPAN::FindDependencies....

DCANTRELL/CPAN-FindDependencies-3.13 - 24 May 2022 22:08:40 UTC - Search in distribution

Redis::JobQueue - Job queue management implemented using Redis server. River stage zero No dependents

The main features of the package are: * Supports the automatic creation of job queues, job status monitoring, updating the job data set, obtaining a consistent job from the queue, removing jobs, and the classification of possible errors. * Contains v...

SGLADKOV/Redis-JobQueue-1.19 - 25 Feb 2017 08:04:27 UTC - Search in distribution

Redis::CappedCollection - Provides fixed size (determined by 'maxmemory' Redis server setting) collections with FIFO data removal. River stage zero No dependents

Main features of the package are: * Support creation of capped collection, status monitoring, updating the data set, obtaining consistent data from the collection, automatic data removal, error reporting. * Simple API for inserting and retrieving dat...

SGLADKOV/Redis-CappedCollection-1.10 - 25 Feb 2017 08:11:21 UTC - Search in distribution

Text::FixEOL - Canonicalizes text to a specified EOL/EOF convention, repairing any 'mixed' usages River stage zero No dependents

Converts the EOL and EOF conventions in the passed string to a canonicalization form that handles 'mixed' EOL conventions. It canonicalizes EOL as \n (the platform defined EOL) if it does not know the particular platform. Can also 'fix' the end-of-fi...

SNOWHARE/Text-FixEOL-1.08 - 19 Jun 2020 10:56:18 UTC - Search in distribution

WWW::BigDoor - provides a perl interface for BigDoor's REST API. River stage zero No dependents

This module provides simple interface to BigDoor REST API with calls implmenting HTTP methods. For object-oriented interface see WWW::BigDoor::Resource. For BigDoor API description consult documentation at <http://publisher.bigdoor.com/docs/definitio...

ALEXD/WWW-BigDoor-v0.1.1 - 20 Jan 2011 20:17:52 UTC - Search in distribution

Overload::FileCheck - override/mock perl file check -X: -e, -f, -d, ... River stage one • 1 direct dependent • 5 total dependents

Overload::FileCheck provides a hook system to mock Perl filechecks OPs With this module you can provide your own pure perl code when performing file checks using one of the -X ops: -e, -f, -z, ... <https://perldoc.perl.org/functions/-X.html> -r File ...

ATOOMIC/Overload-FileCheck-0.013 - 23 Feb 2022 15:37:32 UTC - Search in distribution

Saraltest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Saraltest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Saraltest - 26 Aug 2011 10:57:44 UTC - Search in distribution

WWW::Wookie - Apache Wookie Connector Framework implementation River stage zero No dependents

This is a Perl implementation of the Wookie Connector Framework. For more information see: <http://wookie.apache.org>...

IPENBURG/WWW-Wookie-v1.1.4 - 25 Jan 2021 11:49:36 UTC - Search in distribution

Test::Dist - Distribution kwalitee tests in one command River stage zero No dependents

MONS/Test-Dist-0.01 - 12 Nov 2009 23:51:02 UTC - Search in distribution

Test::NoTabs - Check the presence of tabs in your project River stage three • 30 direct dependents • 111 total dependents

This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs....

ETHER/Test-NoTabs-2.02 - 21 Apr 2018 13:59:24 UTC - Search in distribution

Test::Aggregate - Aggregate *.t tests to make them run faster. River stage one • 4 direct dependents • 5 total dependents

WARNING: this is ALPHA code. The interface is not guaranteed to be stable. Further, check out Test::Aggregate::Nested (included with this distribution). It's a more robust implementation which does not have the same limitations as "Test::Aggregate". ...

RWSTAUNER/Test-Aggregate-0.375 - 28 Jan 2017 23:59:09 UTC - Search in distribution

Test::Most - Most commonly needed test functions and features. River stage four • 771 direct dependents • 1705 total dependents

Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't ...

OVID/Test-Most-0.38 - 24 Sep 2022 13:49:17 UTC - Search in distribution

Bundle::FinalTest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah....

MARSAB/Bundle-FinalTest - 02 Aug 2011 05:52:05 UTC - Search in distribution
35 results (0.05 seconds)