The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Amon2::Plugin::ShareDir - (EXPERIMENTAL) share directory

SYNOPSIS

# MyApp.pm
__PACKAGE__->load_plugin('ShareDir');

# in your app
my $tmpl_path = catdir(MyApp->share_dir(), 'tmpl');

DESCRIPTION

Put assets to share/ directory. Please look Ukigumo::Agent for example.

THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE.

STRATEGY

AUTHOR

Tokuhiro Matsuno

SEE ALSO

Amon2, File::ShareDir

LICENSE

Copyright (C) Tokuhiro Matsuno

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