The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

    package Web::Library::Bootstrap;
    use Moose;
    with 'Web::Library::Provider';
    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.