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

Search results for "UTGWKK"

Twitter::Text - Perl implementation of the twitter-text parsing library River stage zero No dependents

Twitter::Text is a Perl implementation of the twitter-text parsing library. WARNING This library does not implement auto-linking and hit highlighting. Please refer Implementation status <https://github.com/utgwkk/Twitter-Text/issues/5> for latest sta...

UTGWKK/Twitter-Text-0.08 - 21 Mar 2021 10:31:11 UTC - Search in distribution

migrate-to-test2-v0 - Migrate your tests from Test::More to Test2::V0 River stage zero No dependents

migrate-to-test2-v0 makes test codes written with Test::More and Test::Deep (and so on) compatible with Test2::V0....

UTGWKK/App-MigrateToTest2V0-0.02 - 04 May 2021 08:17:26 UTC - Search in distribution

perl-fuzzy-token-finder River stage zero No dependents

perl-fuzzy-token-finder is a fuzzy finder for Perl statements....

UTGWKK/App-PerlFuzzyTokenFinder-0.02 - 23 Sep 2020 05:51:04 UTC - Search in distribution

Perl::Critic::Policy::ProhibitOrReturn - Do not use `or return` River stage one • 1 direct dependent • 1 total dependent

Avoid using "or return". Consider using equivalent "if" (or "unless") statement instead. # not ok sub foo { my ($x) = @_; $x or return; ... } # ok sub foo { my ($x) = @_; return if !$x; ... }...

UTGWKK/Perl-Critic-Policy-ProhibitOrReturn-0.02 - 16 Nov 2020 02:07:24 UTC - Search in distribution

Perl::Critic::Policy::ControlStructures::ProhibitReturnInDoBlock - Do not "return" in "do" block River stage one • 1 direct dependent • 1 total dependent

Using "return" statement in "do" block causes unexpected behavior. A "return" returns from entire subroutine, not from "do" block. sub foo { my ($x) = @_; my $y = do { return 2 if $x < 10; # not ok return 3 if $x < 100; # not ok 4; }; return $x * $y;...

UTGWKK/Perl-Critic-Policy-ControlStructures-ProhibitReturnInDoBlock-0.03 - 16 Nov 2020 02:12:44 UTC - Search in distribution

Test2::Plugin::GitHub::Actions::AnnotateWarnings - Annotate warnings with GitHub Actions workflow command River stage zero No dependents

This plugin provides annotations to the line of warnings for GitHub Actions workflow....

UTGWKK/Test2-Plugin-GitHub-Actions-AnnotateWarnings-0.01 - 19 Jun 2020 10:26:09 UTC - Search in distribution

Test2::Plugin::GitHub::Actions::AnnotateFailedTest - Annotate failed tests with GitHub Actions workflow command River stage one • 1 direct dependent • 1 total dependent

This plugin provides annotations to the line of falied tests for GitHub Actions workflow....

UTGWKK/Test2-Plugin-GitHub-Actions-AnnotateFailedTest-0.04 - 22 Jun 2020 07:28:47 UTC - Search in distribution
7 results (0.028 seconds)