plucky (3) Data::Fake::Company.3pm.gz

Provided by: libdata-fake-perl_0.006-3_all bug

NAME

       Data::Fake::Company - Fake company and job data generators

VERSION

       version 0.006

SYNOPSIS

           use Data::Fake::Company;

           $fake_company = fake_company()->();
           $fake_title   = fake_title()->();

DESCRIPTION

       This module provides fake data generators for company names and job titles.

       All functions are exported by default.

FUNCTIONS

   fake_company
           $generator = fake_company();

       Takes no arguments and returns a generator that returns a randomly generated fake company name.

   fake_title
           $generator = fake_title();

       Takes no arguments and returns a generator that returns a randomly generated job title (drawn from a
       corpus of ~90 common titles sources from Glassdoor).

AUTHOR

       David Golden <dagolden@cpan.org>

       This software is Copyright (c) 2015 by David Golden.

       This is free software, licensed under:

         The Apache License, Version 2.0, January 2004