Search results for "module:Readonly"
Readonly - Facility for creating read-only scalars, arrays, hashes
This is a facility for creating non-modifiable variables. This is useful for configuration files, headers, etc. It can also be useful as a development and debugging tool for catching updates to variables that should not be changed....
SANKO/Readonly-2.05 - 10 Jun 2016 17:05:16 UTC
Readonly::XS - Companion module for Readonly.pm, to speed up read-only scalar variables.
The Readonly module (q.v.) is an effective way to create non-modifiable variables. However, it's relatively slow. The reason it's slow is that is implements the read-only-ness of variables via tied objects. This mechanism is inherently slow. Perl sim...
ROODE/Readonly-XS-1.05 - 24 Feb 2009 23:24:17 UTC
Readonly::Enum - enumerated scalar values
This module provides some syntactic sugar for defining enumerated scalar values. It is to Readonly what the enum package is to constant. Unlike enumerated constants, these scalars can be used as hash keys and interpolated in strings. Unlike enum, onl...
RRWO/Readonly-Enum-v0.1.4 - 23 Feb 2014 19:35:37 UTC
ARGV::readonly - make <> open files regardless of leading/trailing whitespace and/or control characters such as |, >, amd <.
the code is shorter than the documentation. Please look at it. EXPORT None by default....
DAVIDNICO/ARGV-readonly-0.01 - 30 Jul 2008 22:17:41 UTC
Readonly::Tiny - Simple, correct readonly values
Readonly::Tiny provides a simple and correct way of making values readonly. Unlike Readonly it does not cause arrays and hashes to be tied, it just uses the core "SvREADONLY" flag....
BMORROW/Readonly-Tiny-4 - 27 Aug 2016 13:40:52 UTC
Types::ReadOnly - type constraints and coercions for read-only data structures and locked hashes
This is a type constraint library for write-restricted references. This module is built with Type::Tiny, which means that you can use it with Moo, Mouse, Moose, or none of the above. Type Constraints This library provides the following type constrain...
TOBYINK/Types-ReadOnly-0.003 - 12 Nov 2019 22:13:07 UTC
Scalar::Readonly - functions for controlling whether any scalar variable is read-only
This simple module can make scalars read-only. Useful to protect configuration variables, for example. This module can also be used to subvert Perl's many read-only variables to potential evil trickery. readonly Ths function takes a scalar variable a...
GOZER/Scalar-Readonly-0.03 - 23 Jan 2012 20:11:28 UTC
Readonly::BeginLift - Readonly at BEGIN time
The Readonly module exports the "Readonly" subroutine, but this subroutine executes at runtime. This module causes it to execute at BEGIN time. Thus: use strict; use warnings; use Readonly; use constant MY_VALUE => 'foo'; Readonly my $MY_VALUE => 'ba...
OVID/Readonly-BeginLift-0.03 - 13 Feb 2010 16:38:59 UTC
Tie::Moose::ReadOnly - make tied hash read-only
This trait makes the tied hash read-only, even if the underlying object's attributes are read-write. Attempts to store to or delete from the hash will throw an error....
TOBYINK/Tie-Moose-0.003 - 02 Oct 2014 22:23:35 UTC
DBIx::MoCo::Readonly - Base class for read-only DBIx::MoCo classes.
JKONDO/DBIx-MoCo-0.18
-
08 Jun 2008 03:45:52 UTC
SPOPS::Tool::ReadOnly - Make a particular object read-only
This is a simple rule to ensure that "save()" and "remove()" calls to a particular class do not actually do any work. Instead they just result in a warning that the class is read-only....
CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC
Catmandu::Plugin::Readonly - Make stores or bags read-only
The Catmandu::Plugin::Readonly will transform a Catmandu::Store or a Catmandu::Bag in read-only mode: all writes, deletes and drops will be ignored. This command will work on Catmandu::Store implementations....
HOCHSTEN/Catmandu-1.2020 - 08 Feb 2023 15:31:31 UTC
File::Open::NoCache::ReadOnly - Open a file and clear the cache afterward
NHORNE/File-Open-NoCache-ReadOnly-0.02
-
12 Aug 2019 12:58:12 UTC
Class::Simple::Readonly::Cached - cache messages to an object
NHORNE/Class-Simple-Readonly-Cached-0.09
-
13 Mar 2023 22:44:44 UTC
Form::Processor::Field::Readonly - Field that can be read but not updated
This field is used to display but not update data from the database/model. This readonly field has the "readonly" and "noupdate" flags set. The "readonly" flag is a hint to render the HTML as a readonly field. The "noupdate" flag tells Form::Processo...
HANK/Form-Processor-1.162360 - 23 Aug 2016 21:11:03 UTC
HTML::Native::Attribute::ReadOnly - A read-only HTML element attribute
An HTML::Native::Attribute::ReadOnly object is an HTML::Native::Attribute object that does not allow modification of its values. See "DYNAMIC GENERATION" in HTML::Native::Attribute for further details on when and why you might want to use an HTML::Na...
MCB/HTML-Native-1.1 - 15 Jan 2014 16:00:42 UTC
Config::Hierarchical::Tie::ReadOnly - Access Hierarchical configuration container through a read only hash
Creates a read only wrapper around a Config::Hierarchical object. This let's you access the config object as a hash. You can use {} access which makes it easy to use the config in interpolated string. You can also use keys and each on the tied config...
NKH/Config-Hierarchical-0.13.9 - 17 Dec 2008 22:23:09 UTC