NAME
Nobody::Auto - auto-install missing CPAN modules at runtime
SYNOPSIS
use lib 'lib';
use Nobody::Auto qw( JSON::PP HTTP::Tiny IO::Socket::UNIX );
DESCRIPTION
Lists modules as arguments to use Nobody::Auto. Each one is checked with require; any that are missing are installed via cpanm --notest and then loaded. On subsequent runs the require succeeds immediately and cpanm is never invoked.
Requires cpanm (App::cpanminus) to be available in $PATH.
AUTHOR
Nobody Does AI