The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Mock-Data MOCK"

Mock::Data - Extensible toolkit for generating mock data River stage zero No dependents

This module is a generator of mock data. It takes good ideas seen in Data::Faker, Mock::Populate, and other similar modules, and combines them into a cohesive extensible design. Each mock data generator is called as a method on an instance of "Mock::...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Set - Generator which returns one item from a set River stage zero No dependents

This object selects a random element from a list. All items are equal probability unless "weights" are specified to change the probability. The items of the list may be values or generator objects. Plain coderefs are also considered values, not gener...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Util - Exportable functions to assist with declaring mock data River stage zero No dependents

This module contains utility functions for Mock::Data. These functions can be imported from this utility module, or (more conveniently) from Mock::Data itself....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Regex - Generator that uses a Regex as a template to generate strings River stage zero No dependents

This generator creates strings that match a user-supplied regular expression....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Plugin - Optional base class for Plugins River stage zero No dependents

Mock::Data plugins do not need to inherit from this class. "Mock::Data" determines whether a package is a plugin by whether it has a method "apply_mockdata_plugin". There is no behavior to inherit, either; a plugin may make any changes it likes to th...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Charset - Generator of strings from a set of characters River stage zero No dependents

This generator is optimized for holding sets of Unicode characters. It behaves just like the Mock::Data::Set generator but it also lets you inspect the member codepoints, iterate the codepoints, and constrain the range of codepoints when generating s...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Template - Create a generator that plugs other templates into a string River stage zero No dependents

Mock::Data provides a convenient and simple templating system where "{...}" in the text gets replaced by the output of another generator. The contents of the curly braces can be a simple template name (which is found by name in the collection of gene...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Generator - Utilities and optional base class for authoring generators River stage zero No dependents

This package provides a set of utility methods for writing generators, and an optional abstract base class. (a Generator does not need to inherit from this class)...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Plugin::Net - Collection of generators for Internet-related data River stage zero No dependents

This produces some simple patterns for network addresses. It produces private IP ranges and private MAC addresses. Patches welcome for additional features....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::GeneratorSub - Wrap a coderef to become a blessed Generator object River stage zero No dependents

This class wraps a generator coderef to become a Generator object, and supply default parameters for "generate" which can be overridden or combined with additional parameters....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Plugin::Text - Mock::Data plugin that provides text-related generators River stage zero No dependents

This plugin for Mock::Data generates simple text patterns. It may be expanded to support multiple languages in the future....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Plugin::Number - Mock::Data plugin that provides basic numeric generators River stage zero No dependents

This plugin provides some basic "random number" support....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Mock::Data::Plugin::SQLTypes - Collection of generators that produce data matching a SQL column type River stage zero No dependents

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC
13 results (0.08 seconds)