NAME

charm - DSL entrypoint

SYNOPSIS

use charm;

run "juju-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 ..

AUTHOR

Adam Stokes <adamjs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Adam Stokes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.