The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::CharmKit::HookUtil - Additional helper hook routines

config($key)

This queries the charms config

resource($key)

Pulls the resource bound to $key

unit($key)

Queries the Juju unit for a specific value

unit 'public-address';

This above code would pull the public-address of the unit in the context of the running charm

status($level, $msg)

Sets the charm's current status of execution

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.