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

Search results for "strict"

strict - Perl pragma to restrict unsafe constructs River stage five • 11292 direct dependents • 32664 total dependents

The "strict" pragma disables certain Perl expressions that could behave unexpectedly or are difficult to debug, turning them into errors. The effect of this pragma is limited to the current file or scope block. If no import list is supplied, all poss...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Date::strict - enable/disable date strict mode. River stage one • 6 direct dependents • 6 total dependents

By default, when any error occurs in Date framework, it returns an empty object with "error()" set. This module allows you to enable date / relative date string mode when instead of setting error, it throws an exception with the same error. This mode...

SYBER/Date-5.2.13 - 31 Jan 2024 13:00:52 UTC - Search in distribution
  • lib/Date/strict.pm
  • Date - extremely fast Date framework with timezones, microseconds, relative dates and intervals support.
  • Date::Rel - Relative date object.

Strict::Perl - Perl module to restrict old/unsafe constructs River stage zero No dependents

Strict::Perl provides a restricted scripting environment excluding old/unsafe constructs, on both modern Perl and traditional Perl. Strict::Perl works in concert with Modern::Open and Fake::Our if those are used in your script. Version specify is req...

INA/Strict-Perl-2023.03 - 25 Mar 2023 05:04:03 UTC - Search in distribution

Test::Strict - Check syntax, presence of use strict; and test coverage River stage two • 36 direct dependents • 55 total dependents

The most basic test one can write is "does it compile ?". This module tests if the code compiles and play nice with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. By setting a minimum test cove...

MANWAR/Test-Strict-0.52 - 16 Jun 2019 09:13:14 UTC - Search in distribution

Config::Strict - Add strict name- and type-checking to configuration data River stage zero No dependents

Config::Strict wraps Declare::Constraints::Simple to enable strict parameter name- and type-checking on configuration data. That is, it will complain anytime an attempt is made to access a parameter with an invalid name or type; or if an attempt is m...

BLAKEW/Config-Strict-0.07 - 27 Jan 2010 17:42:53 UTC - Search in distribution

AnyEvent::Strict - force strict mode on for the whole process River stage three • 409 direct dependents • 668 total dependents

This module implements AnyEvent's strict mode. Loading it makes AnyEvent check all arguments to AnyEvent-methods, at the expense of being slower (often the argument checking takes longer than the actual function). It also wraps all callbacks to check...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution
  • AE - simpler/faster/newer/cooler AnyEvent API
  • AnyEvent - the DBI of event loop programming

strict::ModuleName - verify that current package name matches filename River stage zero No dependents

This module stops you from having your module's filename and package name disagree, such as might happen as you're changing the name as you're developing the module; or such as might happen if you are using a case insensitive filesystem, and get the ...

SBURKE/strict-ModuleName-0.04 - 20 Jul 2003 14:39:51 UTC - Search in distribution

NetworkManager::Strict - NetworkManager strict settings class River stage zero No dependents

DNS OpenDNS opendns.com/setupguide/#familyshield <https://www.opendns.com/setupguide/#familyshield> CloudFlare blog.cloudflare.com/introducing-1-1-1-1-for-families <https://blog.cloudflare.com/introducing-1-1-1-1-for-families/>...

RWP/NetworkManager-Strict-0.230480 - 17 Feb 2023 17:00:29 UTC - Search in distribution

CWB::CL::Strict - Load Perl/CL interface in strict mode River stage zero No dependents

See CWB::CL for further information....

AMBS/Alt-CWB-CL-ambs-2.2.102.1 - 03 Oct 2015 12:50:11 UTC - Search in distribution
  • CWB::CL - Perl interface to the low-level Corpus Library of the IMS Open CWB

CWB::CL::Strict - Load Perl/CL interface in strict mode River stage one • 2 direct dependents • 2 total dependents

See CWB::CL for further information. Importing CWB::CL::Strict is completely equivalent to use CWB::CL; CWB::CL::strict(1); Note that all classes and functions are still in the CWB::CL namespace....

SCHTEPF/CWB-CL-v3.5.0 - 25 Jul 2022 15:56:24 UTC - Search in distribution

SemVer::V2::Strict - Semantic version v2.0 object for Perl River stage zero No dependents

This module subclasses version to create semantic versions, as defined by the Semantic Versioning 2.0.0 <http://semver.org/spec/v2.0.0.html> Specification....

PINE/SemVer-V2-Strict-0.17 - 10 Jun 2019 13:34:16 UTC - Search in distribution

Test::More::Strict - Enforce policies on test results River stage zero No dependents

"Test::More::Strict" allows policies for test results to be enforced. For example you may require that all tests have a non-blank description. You could achieve that like this: # Enforce non-blank test description use Test::More::Strict description =...

ANDYA/Test-More-Strict-0.02 - 09 Jun 2008 19:12:08 UTC - Search in distribution

Getopt::Std::Strict River stage two • 11 direct dependents • 32 total dependents

Getopt::Std is nice but it could be even easier to use. This is how I would like Getopt::Std to behave. Two main concepts are strengthened here, on top of Getopt::Std. 1) Variables are created even under use strict 2) Your option specs are passed at ...

LEOCHARRE/Getopt-Std-Strict-1.01 - 27 Aug 2008 14:12:12 UTC - Search in distribution

MooseX::Role::Strict - use strict 'roles' River stage one • 1 direct dependent • 1 total dependent

WARNING: this is ALPHA code. More features to be added later. When using Moose::Role, a class which provides a method a role provides will silently override that method. This can cause strange, hard-to-debug errors when the role's methods are not cal...

OVID/MooseX-Role-Strict-0.05 - 16 Apr 2011 09:30:52 UTC - Search in distribution

Parse::Snort::Strict - Parse Snort rules with validation of the rules River stage zero No dependents

Parse Snort rules with validation regarding rule action, protocol and direction. Look at Parse::Snort for more usage detail, as this is a subclass of it....

RHARMAN/Parse-Snort-0.9 - 14 May 2018 19:56:03 UTC - Search in distribution

Chrome::Policy::Strict - Chrome strict policy role River stage zero No dependents

RWP/Chrome-Policy-0.230410 - 10 Feb 2023 21:22:58 UTC - Search in distribution

MooseX::Getopt::Strict - only make options for attributes with the Getopt metaclass River stage three • 110 direct dependents • 324 total dependents

This is an stricter version of "MooseX::Getopt" which only processes the attributes if they explicitly set as "Getopt" attributes. All other attributes are ignored by the command line handler....

ETHER/MooseX-Getopt-0.76 - 18 Dec 2023 20:20:08 UTC - Search in distribution

Template::Tiny::Strict - Template Toolkit reimplemented in as little code as possible River stage zero No dependents

Template::Tiny::Strict is a drop-in replacement for Template::Tiny. By default, the behavior is identical. However, we have new *optional* arguments you can pass to the constructor: * "forbid_undef" If true, *any* access of an undefined value in the ...

OVID/Template-Tiny-Strict-1.18 - 17 May 2021 10:18:31 UTC - Search in distribution

Templer::Plugin::Strict - A XML-like strict syntax for templates tags. River stage zero No dependents

This class implements a layout template filter plugin for "templer" which allows empty-element template tags to be written as in XML. This allows the following syntax "<TMPL_VAR NAME="PARAMETER_NAME"/"> "<TMPL_INCLUDE NAME="filename.tmpl"/"> "<TMPL_E...

SKX/App-Templer-1.4 - 01 Jul 2022 05:37:09 UTC - Search in distribution

Test::Apocalypse::Strict - Plugin for Test::Strict River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::Strict functionality. We also enable the warnings check....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution
4,494 results (0.151 seconds)