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::Configuration"

Perl::Critic::Exception::Configuration - A problem with Perl::Critic configuration. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with the configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line. This is an abstract class. It should never be instantiated....

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

Perl::Critic::Exception::Configuration::Option - A problem with an option in the Perl::Critic configuration. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with an option in the configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line. This is an abstract class. It should never be instantiated....

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

Perl::Critic::Exception::Configuration::Generic - A problem with Perl::Critic configuration that doesn't involve an option. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with the configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line. This covers things like file reading and parsing errors....

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

Perl::Critic::Exception::Configuration::NonExistentPolicy - The configuration referred to a non-existent policy. River stage three • 133 direct dependents • 408 total dependents

A representation of the configuration attempting to specify a Perl::Critic::Policy that is not known, whether from a .perlcriticrc, another profile file, or command line....

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

Perl::Critic::Exception::Configuration::Option::Global - A problem with Perl::Critic global configuration. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with the global configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line. This is an abstract class. It should never be instantiated....

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

Perl::Critic::Exception::Configuration::Option::Policy - A problem with configuration of a policy. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with the configuration of a Perl::Critic::Policy, whether from a .perlcriticrc, another profile file, or command line. This is an abstract class. It should never be instantiated....

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

Perl::Critic::Exception::AggregateConfiguration - A collection of a set of problems found in the configuration and/or command-line options. River stage three • 133 direct dependents • 408 total dependents

A set of configuration settings can have multiple problems. This is an object for collecting all the problems found so that the user can see them in one run....

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

Perl::Critic::Exception::Configuration::Option::Global::ExtraParameter - The configuration referred to a non-existent global option. River stage three • 133 direct dependents • 408 total dependents

A representation of the configuration attempting to specify a value for an option that Perl::Critic doesn't have, whether from a .perlcriticrc, another profile file, or command line....

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

Perl::Critic::Exception::Configuration::Option::Policy::ExtraParameter - The configuration referred to a non-existent parameter for a policy. River stage three • 133 direct dependents • 408 total dependents

A representation of the configuration attempting to specify a value for a parameter that a Perl::Critic::Policy doesn't have, whether from a .perlcriticrc, another profile file, or command line....

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

Perl::Critic::Exception::Configuration::Option::Global::ParameterValue - A problem with the value of a global parameter. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with the value of a global parameter, whether from a .perlcriticrc, another profile file, or command line....

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

Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue - A problem with the value of a parameter for a policy. River stage three • 133 direct dependents • 408 total dependents

A representation of a problem found with the value of a parameter for a Perl::Critic::Policy, whether from a .perlcriticrc, another profile file, or command line....

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

Perl::Critic - Critique Perl source code for best-practices. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...

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

Perl::Critic::Config - The final derived Perl::Critic configuration, combined from any profile file and command-line parameters. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into the Perl::Critic engine and how they should be configured. You should never really need to...

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

Perl::Critic::Policy - Base class for all Policy modules. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic::Policy is the abstract base class for all Policy objects. If you're developing your own Policies, your job is to implement and override its methods in a subclass. To work with the Perl::Critic engine, your implementation must behave as ...

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

Perl::Critic::TestUtils - Utility functions for testing new Policies. River stage three • 133 direct dependents • 408 total dependents

This module is used by Perl::Critic only for self-testing. It provides a few handy subroutines for testing new Perl::Critic::Policy modules. Look at the test programs that ship with Perl::Critic for more examples of how to use these subroutines....

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

Test::Perl::Critic::Policy - A framework for testing your custom Policies River stage three • 133 direct dependents • 408 total dependents

This module provides a framework for function-testing your custom Perl::Critic::Policy modules. Policy testing usually involves feeding it a string of Perl code and checking its behavior. In the old days, those strings of Perl code were mixed directl...

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

Perl::Critic::PolicyFactory - Instantiates Policy objects. River stage three • 133 direct dependents • 408 total dependents

This is a helper class that instantiates Perl::Critic::Policy objects with the user's preferred parameters. There are no user-serviceable parts here....

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::Community::OverloadOptions - Don't use overload without specifying a bool overload and enabling fallback River stage one • 8 direct dependents • 9 total dependents

The overload module allows an object class to specify behavior for an object used in various operations. However, when activated it enables additional behavior by default: it autogenerates overload behavior for operators that are not specified, and i...

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

Perl::Critic::Policy::ErrorHandling::RequireCarping - Use functions from Carp instead of warn or die. River stage three • 133 direct dependents • 408 total dependents

The "die" and "warn" functions both report the file and line number where the exception occurred. But if someone else is using your subroutine, they usually don't care where your code blew up. Instead, they want to know where their code invoked the s...

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