The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

use Moose;
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.