NAME
Mojolicious::Plugin::Bundle - Collection of mojolicious plugins
VERSION
version 0.004
SYNOPSIS
#In mojolicious application
$self->plugin('yml_config');
$self->plugin('asset_tag_helper');
$self->plugin('bcs');
$self->plugin('bcs-oracle');
DESCRIPTION
This distribution provides bunch of mojolicious plugins.
-
YAML Config plugin provides helper for loading yaml config file.
-
AssetTagHelpers plugin provides helpers for generating HTML links to view assets such as images, stylesheets and javascripts.
-
BCS plugin provides a helper for Bio::Chado::Schema module to work with chado(genomic) database.
BCS-Oracle is identical with BCS plugin except it is specifically tuned for working with oracle database.
AUTHOR
Siddhartha Basu <biosidd@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Siddhartha Basu.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.