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

Search results for "module:Perl::Critic::Exception::IO"

Perl::Critic::Exception::IO - A problem with input or output. River stage three • 133 direct dependents • 408 total dependents

The outside world can do nasty things to your poor, innocent code....

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

Perl::Critic::Utils::POD - Utility functions for dealing with POD. River stage three • 133 direct dependents • 408 total dependents

Provides means of accessing chunks of POD....

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

Perl::Critic::Policy::Community::DiscouragedModules - Various modules discouraged from use River stage one • 8 direct dependents • 9 total dependents

Various modules are discouraged by some subsets of the community, for various reasons which may include: buggy behavior, cruft, performance problems, maintainer issues, or simply better modern replacements. This is a high severity complement to Perl:...

DBOOK/Perl-Critic-Community-v1.0.3 - 24 Jul 2022 06:28:31 UTC

Perl::Critic::Policy::logicLAB::ModuleBlacklist - blacklist modules you want to prohibit use of River stage one • 2 direct dependents • 3 total dependents

This policy can be used to specify a list of unwanted modules. Using a blacklisting, so if the modules are used in the evaluated code a violation is triggered. In addition to blacklisting modules it is possible to recommend alternatives to blackliste...

JONASBN/Perl-Critic-Policy-logicLAB-ModuleBlacklist-0.04 - 06 Sep 2015 16:54:39 UTC

Perl::Critic::Policy::InputOutput::RequireCheckedClose - Write < my $error = close $fh; > instead of < close $fh; >. River stage three • 133 direct dependents • 408 total dependents

The perl builtin I/O function "close" returns a false value on failure. That value should be checked to ensure that the close was successful. my $error = close $filehandle; # ok close $filehandle or die "unable to close: $!"; # ok close $filehandle; ...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC
5 results (0.033 seconds)