Search results for "strict"
strict - Perl pragma to restrict unsafe constructs
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...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- strict - Perl pragma to restrict unsafe constructs
- DB - programmatic interface to the Perl debugging API
- DB - programmatic interface to the Perl debugging API
- 194 more results from perl »
Date::strict - enable/disable date strict mode.
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.11 - 10 Feb 2022 14:26:14 UTC - Search in distribution- lib/Date/strict.pm
- Date::Rel - Relative date object.
Strict::Perl - Perl module to restrict old/unsafe constructs
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
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
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- lib/Config/Strict.pm
- Config::Strict::UserConstraints - Utility class to register user-defined profiles
- lib/Config/Strict/UserConstraints.pm
AnyEvent::Strict - force strict mode on for the whole process
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
strict::ModuleName - verify that current package name matches filename
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
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- NetworkManager::General - NetworkManager properties general class
- network_manager - NetworkManager tightening script
CWB::CL::Strict - Load Perl/CL interface in strict mode
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
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
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
"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
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'
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- MooseX::Meta::Role::Strict - Ensure we use strict role application.
Parse::Snort::Strict - Parse Snort rules with validation of the rules
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
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
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.75 - 16 Mar 2021 19:26:30 UTC - Search in distribution
Template::Tiny::Strict - Template Toolkit reimplemented in as little code as possible
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.
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- Templer::Global - Configuration-file parser for templer.
- Templer::Site::Page - An interface to a site page.
Test::Apocalypse::Strict - Plugin for Test::Strict
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