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

Search results for "Fatal"

Fatal - Replace functions with equivalents which succeed or die River stage four • 462 direct dependents • 2165 total dependents

"Fatal" provides a way to conveniently replace functions which normally return a false value when they fail with equivalents which raise exceptions if they are not successful. This lets you use these functions without having to test their return valu...

TODDR/autodie-2.37 - 28 Dec 2023 19:13:52 UTC - Search in distribution
  • autodie::Util - Internal Utility subroutines for autodie and Fatal

Test::Fatal - incredibly simple helpers for testing code with exceptions River stage five • 794 direct dependents • 15783 total dependents

Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing. It exports one routine by default: "exception". Achtung! "e...

RJBS/Test-Fatal-0.017 - 31 Dec 2022 21:42:00 UTC - Search in distribution

Exception::Fatal - Thrown when core function has a fatal error River stage one • 2 direct dependents • 5 total dependents

This class is an Exception::Died exception thrown when core function has a trappable fatal error....

DEXTER/Fatal-Exception-0.05 - 22 Dec 2008 17:14:37 UTC - Search in distribution

Helios::Error::Fatal - fatal exception class for Helios indicating a job failed but can be re-attempted River stage one • 5 direct dependents • 5 total dependents

Helios::Error::Fatal can be used to identify errors that were severe enough to cause a job to fail. This implies an error that should be logged and the Schwartz job in question should be marked as failed (with the $job->failed() method). If your Work...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC - Search in distribution
  • Helios::Error::FatalNoRetry - fatal exception class for Helios indicating a job failed and the error was so serious the job should not be reattempted.
  • Helios::Error - a convenience class to import all Helios::Error exception classes

Test::Fatal::matchfor - match exceptions by class name or regexp River stage zero No dependents

Test::Fatal::matchfor exports the "matchfor" function which accepts a list of class/role names and regular expressions, and constructs an object overloading "==" and "eq" to return true if compared for equality against a string that matches one of th...

TOBYINK/Test-Fatal-matchfor-0.001 - 28 Oct 2013 10:55:47 UTC - Search in distribution

Log::ger::Level::fatal - Set log level to fatal River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Log-ger-Level-Set-0.001 - 12 Mar 2018 13:10:45 UTC - Search in distribution

Perl::Critic::Exception::Fatal - A problem that should cause Perl::Critic to stop running. River stage three • 133 direct dependents • 408 total dependents

Something went wrong and processing should not continue. You should never specifically look for this exception or one of its subclasses. Note: the constructor invokes "show_trace" in Exception::Class to force stack-traces to be included in the standa...

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

Perl::ToPerl6::Exception::Fatal - A problem that should cause Perl::ToPerl6 to stop running. River stage zero No dependents

Something went wrong and processing should not continue. You should never specifically look for this exception or one of its subclasses. Note: the constructor invokes "show_trace" in Exception::Class to force stack-traces to be included in the standa...

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

Unknown::Values::Instance::Fatal - Internal fatal value object for the "Unknown::Values" distribution River stage zero No dependents

OVID/Unknown-Values-0.102 - 21 Jan 2022 16:44:30 UTC - Search in distribution

warnings::MaybeFatal - make warnings FATAL at compile-time only River stage zero No dependents

Because it's kind of annoying if a warning stops your program from being compiled, but it's *really* annoying if it breaks your program part way through actually executing. This lexically scoped pragma will make all warnings (including custom warning...

TOBYINK/warnings-MaybeFatal-0.005 - 03 Feb 2017 12:45:08 UTC - Search in distribution

Test::Able::FatalException - Fatal Exception Class River stage one • 2 direct dependents • 2 total dependents

Test::Able has special exception handling for the test-related methods. This exception class is a means for breaking out of Test::Able's exception smothering. See "on_method_exception" in Test::Able::Role::Meta::Class and "method_exceptions" in Test:...

JDV/Test-Able-0.11 - 20 Nov 2011 17:41:18 UTC - Search in distribution

CPAN::Distroprefs - read and match distroprefs River stage three • 53 direct dependents • 522 total dependents

This module encapsulates reading Distroprefs and matching them against CPAN distributions....

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution
  • cpan - easily interact with CPAN from the command line
  • App::Cpan - easily interact with CPAN from the command line

lib/ePortal/Exception.pm River stage zero No dependents

RUSAKOV/ePortal-4.5 - 07 Apr 2004 07:56:14 UTC - Search in distribution

Games::AssaultCube::Log::Line::FatalError - Describes the FatalError event in a log line River stage one • 1 direct dependent • 1 total dependent

This module holds the "FatalError" event data from a log line. Normally, you would not use this class directly but via the Games::AssaultCube::Log::Line class. This line is emitted when the AC server crashes with a fatal error. Attributes Those attri...

APOCAL/Games-AssaultCube-0.04 - 10 Dec 2009 08:33:54 UTC - Search in distribution

MooseX::Attribute::TypeConstraint::CustomizeFatal - Control how failed type constraint checks are handled River stage zero No dependents

By default Moose will just die if you give an attribute a typeconstraint that fails. This trait allows you to customize that behavior to make failures either issue an error like Moose does by default (this is the default), a warning and keep the inva...

AVAR/MooseX-Attribute-TypeConstraint-CustomizeFatal-0.03 - 04 Jul 2013 15:19:52 UTC - Search in distribution

oo::Lax - Loads oo without turning warnings to fatal. River stage one • 4 direct dependents • 4 total dependents

By default oo turns all warnings to fatal warnings. "oo::Lax" is exactly the same as "oo", except that it doesn't turn all warnings to fatal warnings in the calling module. moo Tip: run C<perl -Moo::Lax>, a cow should appear....

DAMS/Moo-Lax-2.00 - 26 Jul 2015 12:34:44 UTC - Search in distribution
  • Moo::Lax - Loads Moo without turning warnings to fatal.
  • Moo::Role::Lax - Loads Moo::Role without turning warnings to fatal.

Dancer::Error - class for representing fatal errors River stage three • 214 direct dependents • 218 total dependents

With Dancer::Error you can throw reasonable-looking errors to the user instead of crashing the application and filling up the logs. This is usually used in debugging environments, and it's what Dancer uses as well under debugging to catch errors and ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

ASP4::ErrorHandler - Default fatal error handler River stage one • 4 direct dependents • 4 total dependents

This class provides a default error handler which does the following: 1) Makes a simple HTML page and prints it to the browser, telling the user that an error has just occurred. 2) Sends that same HTML to the email address specified in the config, us...

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

Dancer2::Core::Error - Class representing fatal errors River stage three • 156 direct dependents • 176 total dependents

With Dancer2::Core::Error you can throw reasonable-looking errors to the user instead of crashing the application and filling up the logs. This is usually used in debugging environments, and it's what Dancer2 uses as well under debugging to catch err...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

strictures - Turn on strict and make most warnings fatal River stage four • 233 direct dependents • 1059 total dependents

I've been writing the equivalent of this module at the top of my code for about a year now. I figured it was time to make it shorter. Things like the importer in "use Moose" don't help me because they turn warnings on but don't make them fatal -- whi...

HAARG/strictures-2.000006 - 10 Mar 2019 22:08:40 UTC - Search in distribution
1,559 results (0.147 seconds)