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

Search results for "increment"

Template::Flute::Increment - Increment class for Template::Flute River stage one • 4 direct dependents • 5 total dependents

HORNBURG/Template-Flute-0.027 - 18 Mar 2021 20:08:19 UTC - Search in distribution

Template::Liquid::Tag::Increment - Document-level Persistant Number River stage one • 4 direct dependents • 4 total dependents

Creates a new number variable, and increases its value by one every time it is called. The initial value is 0....

SANKO/Template-Liquid-1.0.23 - 25 Sep 2023 22:17:51 UTC - Search in distribution

DBIx::Table::TestDataGenerator::Increment - incrementing constrained columns River stage zero No dependents

Handles incrementing columns constrained by uniqueness conditions....

JDS/DBIx-Table-TestDataGenerator-0.005 - 21 Feb 2013 14:09:21 UTC - Search in distribution

lib/WWW/Shopify/Liquid/Tag/Increment.pm River stage one • 1 direct dependent • 1 total dependent

ADAMDH/WWW-Shopify-Liquid-0.08 - 05 Oct 2018 20:12:48 UTC - Search in distribution

IO::Iron::Applications::IronCache::Command::increment - Increment an item/items in cache/caches. River stage zero No dependents

MIKKOI/IO-Iron-Applications-0.12 - 31 Aug 2014 15:52:53 UTC - Search in distribution

increment-iod-counter - Increment a counter in an IOD/INI file and return the new incremented value River stage one • 1 direct dependent • 1 total dependent

The first time a counter is created, it will be set to 0 then incremented to 1, and 1 will be returned. The next increment will increment the counter to two and return it. If dry-run mode is chosen, the value that is returned is the value had the cou...

PERLANCAR/App-IODCounterSimpleUtils-0.001 - 22 Jun 2021 13:04:27 UTC - Search in distribution

increment-sqlite-counter - Increment a counter in a SQLite database and return the new incremented value River stage one • 1 direct dependent • 1 total dependent

The first time a counter is created, it will be set to 0 then incremented to 1, and 1 will be returned. The next increment will increment the counter to two and return it. If dry-run mode is chosen, the value that is returned is the value had the cou...

PERLANCAR/App-SQLiteCounterSimpleUtils-0.002 - 22 Jun 2021 13:04:49 UTC - Search in distribution

App::IncrementUtils - Utilities related to increment/autoincrement River stage one • 1 direct dependent • 1 total dependent

This distributions provides the following command-line utilities: * dec-pl * inc-pl...

PERLANCAR/App-IncrementUtils-0.001 - 25 Jan 2019 14:04:05 UTC - Search in distribution
  • dec-pl - Decrement variable using Perl's auto-decrement notion
  • inc-pl - Increment variable using Perl's auto-increment notion

Class::DBI::AutoIncrement - Emulate auto-incrementing columns on Class::DBI subclasses River stage zero No dependents

Class::DBI::AutoIncrement emulates an auto-incrementing sequence on a column of a table managed by a subclass of Class::DBI. Class::DBI does not natively support self-incrementing sequences, but relies on the underlying database having support for it...

ERWAN/Class-DBI-AutoIncrement-0.05 - 08 Jun 2006 09:00:52 UTC - Search in distribution

RT::Action::IncrementPriority - will increment a ticket's priority by 1 each time it is run. River stage zero No dependents

IncrementPriority is a ScripAction that will increment a ticket's current priority by one, unless the ticket's FinalPriority is set to a non-zero value and the ticket's Priority has already reached or exceeded the FinalPriority. This action is intend...

JRANDALL/RT-Extension-IncrementPriority-1.0.0 - 19 Mar 2015 00:48:18 UTC - Search in distribution

Data::Session::ID::AutoIncrement - A persistent session manager River stage one • 3 direct dependents • 5 total dependents

Data::Session::ID::AutoIncrement allows Data::Session to generate session ids. To use this module do this: o Specify an id generator of type AutoIncrement, as Data::Session -> new(type => '... id:AutoIncrement ...')...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

Class::DBI::AutoIncrement::Simple - Add autoincrementing to a Class::DBI subclass River stage zero No dependents

DAVIDRW/Class-DBI-AutoIncrement-Simple-0.02 - 08 Jun 2006 15:45:34 UTC - Search in distribution

Apache::Session::Generate::AutoIncrement - Use monotonically increasing IDs River stage zero No dependents

This module fulfills the ID generation interface of Apache::Session. The IDs are generated using a monotonically increasing counter value. This counter is file-based using the File::Counter module, so it is probably not very efficient and fast. This ...

PFLEURY/Apache-Session-Generate-AutoIncrement-0.9 - 12 Jul 2002 16:04:36 UTC - Search in distribution

lib/RPerl/Operation/Expression/Operator/IncrementDecrement.pm River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

lib/Storm/Meta/Attribute/Trait/AutoIncrement.pm River stage one • 1 direct dependent • 1 total dependent

JHALLOCK/Storm-0.240 - 17 Apr 2013 18:32:17 UTC - Search in distribution

Dist::Zilla::Plugin::CheckVersionIncrement - Prevent a release unless the version number is incremented River stage one • 7 direct dependents • 8 total dependents

This plugin prevents your from releasing a distribution unless it has a version number *greater* than the latest version already indexed on CPAN. Note that this plugin doesn't check whether your release method actually involves the CPAN or not. So if...

RTHOMPSON/Dist-Zilla-Plugin-CheckVersionIncrement-0.121750 - 23 Jun 2012 18:34:24 UTC - Search in distribution

DBO - Database Objects River stage zero No dependents

"DBO" is an object-oriented database abstraction layer. "DBO" is designed to be flexibly extensible in a number of directions - adding new operations on the database, adding new kinds of tables or columns, and applying to new database systems. All ex...

ABW/DBO-0.01 - 20 Jul 2000 16:43:32 UTC - Search in distribution

Version::Next - increment module version numbers simply and correctly River stage three • 13 direct dependents • 155 total dependents

This module provides a simple, correct way to increment a Perl module version number. It does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. Decimals are incremented like ...

DAGOLDEN/Version-Next-1.000 - 25 Feb 2016 19:38:26 UTC - Search in distribution

H - Method wrappers for hash construction. River stage zero No dependents

It is nice to make hashes like this: { foo => $thing1->foo(), bar => $thing2->bar(), } Note that our hash keys and method names match, this is a common situation. There are many pitfalls, "$thing1->foo()" may return a scalar, an empty list, an uneven...

EXODIST/H-0.001 - 15 Mar 2018 06:06:50 UTC - Search in distribution

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution
686 results (0.118 seconds)