Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/data-faker-metasyntactic
Data::Faker plugin for metasyntactic data
https://github.com/book/data-faker-metasyntactic
Last synced: about 1 month ago
JSON representation
Data::Faker plugin for metasyntactic data
- Host: GitHub
- URL: https://github.com/book/data-faker-metasyntactic
- Owner: book
- Created: 2014-04-15T23:52:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T11:45:29.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:37:00.054Z (4 months ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Data-Faker-MetaSyntactic
SYNOPSIS
use Data::Faker 'MetaSyntactic';
my $faker = Data::Faker->new();
# using themes from Acme-MetatSyntactic-Themes
say "First name ", ucfirst $faker->meta_crypto;
say "Favorite colour: ", $faker->meta_colours;
say "Favorite flavour: ", $faker->meta_ben_and_jerry;
say "Random stuff: ", join " ", map $faker->meta, 1 .. 4;DESCRIPTION
Data::Faker creates fake (but reasonable) data that can be used for things
such as filling databases with fake information during development of
database related applications.This module is a plugin that taps into the data provided by Acme::MetaSyntactic.
See Data::Faker for details.
AUTHOR
Philippe Bruhat (BooK)
COPYRIGHT
Copyright 2014 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.