logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       David Golden <dagolden@cpan.org>

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).

Name

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

Synopsis

           use Data::Fake::Company;

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

Version

       version 0.006

See Also