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

use Faker::Base;

with 'Faker::Role::Data';
with 'Faker::Role::Process';

our $VERSION = '0.12'; # VERSION

1;