use strict; use warnings; use Plack::Builder; use OAuth::Lite2::Server::Endpoint::Token; builder { OAuth::Lite2::Server::Endpoint::Token->new( ); };