NAME

App::CharmKit::Helper - helper routines

SYNOPSIS

use App::CharmKit::Helper;

or

use charm;

my $port = config_get 'port';
my $database = relation_get 'database';
my $dbuser = relation_get 'user';

DESCRIPTION

Charm helpers for composition

json

Wrapper for JSON::PP

yaml

Wrapper for YAML::Tiny

tmpl

Wrapper for Text::MicroTemplate

http

Wrapper for HTTP::Tiny

1;