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.