NAME

charm - sugary charm entrypoint

SYNOPSIS

use charm;

log "Starting install";
my $ret = sh ['ls', '/tmp'];
print($ret->{stdout});

DESCRIPTION

Exposing helper subs from various packages that would be useful in writing charm hooks. Including but not limited too strict, warnings, utf8, Path::Tiny, etc ..