NAME
charm - sugary charm entrypoint
SYNOPSIS
use charm;
log "Starting install";
my $output = run 'ls /tmp';
print($output);
DESCRIPTION
Exposing helper subs from various packages that would be useful in writing charm hooks. Including but not limited too strict, warnings, Path::Tiny, Rex, Mojolicious, etc ..