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

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

    YAML Config plugin provides helper for loading yaml config file.

  • AssetTagHelpers

    AssetTagHelpers plugin provides helpers for generating HTML links to view assets such as images, stylesheets and javascripts.

  • BCS

    BCS plugin provides a helper for Bio::Chado::Schema module to work with chado(genomic) database.

    BCS-Oracle

    BCS-Oracle is identical with BCS plugin except it is specifically tuned for working with oracle database.

For every plugin refer to its individual documentation.

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.