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

NAME

Job::Async::Utils - helper functions for Job::Async

DESCRIPTION

Provides a few functions used in other modules.

uuid

Generates a random (v4) UUID, returning it as a string.

e.g.

 $ perl -le'use Job::Async::Utils; print Job::Async::Utils::uuid()'
 5d2a5619-fb7b-44e5-048e-76adc9660c0a

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

Copyright Tom Molesworth 2017. Licensed under the same terms as Perl itself.