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

NAME

Web::Library::Provider - Moose role for client-side library distributions

SYNOPSIS

    package Web::Library::Bootstrap;
    use Moose;
    with 'Web::Library::Provider';
    our $VERSION = '0.01';
    sub latest_version { '2.3.1' }

DESCRIPTION

This Moose role is used by distributions that wrap a client-side library. If you just use Web::Library normally, you do not need it.