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 <tokuhirom AAJKLFJEF@ GMAIL COM>
SEE ALSO
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.