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

Search results for "module:Data::UUID"

Data::UUID - Globally/Universally Unique Identifiers (GUIDs/UUIDs) River stage three • 148 direct dependents • 646 total dependents

This module provides a framework for generating v3 UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE...

GTERMARS/Data-UUID-1.227 - 18 Mar 2024 19:39:28 UTC

Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm River stage one • 6 direct dependents • 8 total dependents

This UUID generator uses the excellent Math::Random::MT::Auto module as a source of fast, high-quality (pseudo) random numbers. Three different types of UUIDs are supported. Two are consistent with RFC 4122 and one is a custom variant that provides a...

DAGOLDEN/Data-UUID-MT-1.001 - 20 Jun 2013 14:45:40 UTC

Data::UUID::NCName - Make valid NCName tokens which are also UUIDs River stage one • 2 direct dependents • 2 total dependents

The purpose of this module is to devise an alternative representation of the UUID <http://tools.ietf.org/html/rfc4122> which conforms to the constraints of various other identifiers such as NCName, and create an isomorphic <http://en.wikipedia.org/wi...

DORIAN/Data-UUID-NCName-0.07 - 14 Oct 2022 03:46:18 UTC

Data::UUID::LibUUID - uuid.h based UUID generation (versions 2 and 4 depending on platform) River stage one • 2 direct dependents • 2 total dependents

This module provides bindings for libuuid shipped with e2fsprogs or uuid-dev on debian, and also works with the system uuid.h on darwin....

NUFFIN/Data-UUID-LibUUID-0.05 - 05 Jul 2010 13:44:45 UTC

Data::UUID::Concise - Encode UUIDs to be more concise or communicable River stage zero No dependents

NRR/Data-UUID-Concise-0.121240 - 03 May 2012 15:13:47 UTC

Data::Validate::UUID - Data Validator to check for well formed UUIDs River stage zero No dependents

Data::Validate::UUID optionally exports a single method is_uuid that will check the format of the provided UUID to see if it conforms to RFC 4122. For more information about UUID's and a perl module for generating them please see Data::UUID....

DRZIGMAN/Data-Validate-UUID-0.1.1 - 07 Jan 2015 00:06:01 UTC

Data::UUID::Base64URLSafe - getting Data::UUID with URLSafe strings River stage one • 1 direct dependent • 1 total dependent

Data::UUID::Base64URLSafe is a wrapper module for Data::UUID. Data::UUID <https://github.com/rjbs/Data-UUID> creates wonderful Globally/Universally Unique Identifiers (GUIDs/UUIDs). This module is a subclass of that module which adds a method to get ...

WORTHMINE/Data-UUID-Base64URLSafe-0.35 - 28 Oct 2017 16:19:37 UTC

Data::UUID::LibUUID::DataUUIDCompat - Drop in Data::UUID replacement River stage one • 2 direct dependents • 2 total dependents

See Data::UUID for the API. Note that this module does not support version 3 UUIDs (namespace based UUIDs), so "create_from_name" is faked. The UUID...

NUFFIN/Data-UUID-LibUUID-0.05 - 05 Jul 2010 13:44:45 UTC

lib/Data/Model/Schema/Inflate/UUID.pm River stage zero No dependents

YAPPO/Data-Model-0.00008 - 08 Jul 2013 11:21:40 UTC

DBIx::Class::UUIDColumns::UUIDMaker::Data::UUID - Create uuids using Data::UUID River stage two • 5 direct dependents • 39 total dependents

This DBIx::Class::UUIDColumns::UUIDMaker subclass uses Data::UUID to generate uuid strings in the following format: 098f2470-bae0-11cd-b579-08002b30bfeb...

ABRAXXA/DBIx-Class-UUIDColumns-0.02006 - 21 Dec 2011 16:21:02 UTC

Data::TUID::BestUUID River stage one • 1 direct dependent • 1 total dependent

ROKR/Data-TUID-0.0122 - 20 Sep 2010 20:03:05 UTC

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

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

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

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

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

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

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

Data::Session::ID::UUID64 allows Data::Session to generate session ids using Data::UUID. To use this module do this: o Specify an id generator of type UUID64, as Data::Session -> new(type => '... id:UUID64 ...') Note: The uuid will be 24 (sic) bytes ...

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

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

Data::Session::ID::UUID16 allows Data::Session to generate session ids using Data::UUID....

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

Data::TUID - A smaller and more communicable pseudo-UUID River stage one • 1 direct dependent • 1 total dependent

Data::TUID is a tool for creating small, communicable pseudo-unique identifiers. Essentially it will take a UUID, pass the result through Encode::Base32::Crockford, and resize accordingly (via "substr") Although I've tried to sample the UUID evenly, ...

ROKR/Data-TUID-0.0122 - 20 Sep 2010 20:03:05 UTC

Data::GUID::Any - Generic interface for GUID/UUID creation River stage one • 2 direct dependents • 2 total dependents

This module is a generic wrapper around various ways of obtaining Globally Unique ID's (GUID's), also known as Universally Unique Identifiers (UUID's). On installation, if Data::GUID::Any can't detect a way of generating both version 1 and version 4 ...

DAGOLDEN/Data-GUID-Any-0.005 - 22 Apr 2018 13:24:58 UTC

Data::ULID - Universally Unique Lexicographically Sortable Identifier River stage one • 2 direct dependents • 2 total dependents

Background This is an implementation in Perl of the ULID identifier type introduced by Alizain Feerasta. The original implementation (in Javascript) can be found at <https://github.com/alizain/ulid>. ULIDs have several advantages over UUIDs in many c...

BALDUR/Data-ULID-1.2.1 - 13 Nov 2022 13:39:59 UTC

Data::GUID - globally unique identifiers River stage two • 35 direct dependents • 97 total dependents

Data::GUID provides a simple interface for generating and using globally unique identifiers....

RJBS/Data-GUID-0.051 - 01 Jan 2023 02:05:21 UTC

Data::URIID - Extractor for identifiers from URIs River stage zero No dependents

LION/Data-URIID-v0.05 - 22 Jan 2024 12:22:18 UTC
35 results (0.039 seconds)