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

NAME

Railsish::Helpers - the base class of helper classes

VERSION

version 0.21

SYNOPSIS

Your helper classes should always use this module:

    package MyApp::BlogHelpers;
    use Railsish::Helpers;

    # auto-export *all* functions defined in under package.

DESCRIPTION

This is the helpr class that automatically export all functions in the package that use it. It is designed to work with helper (those named liked MyApp::FooHelpers)

AUTHOR

  Liu Kang-min <gugod@gugod.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2009 by Liu Kang-min <gugod@gugod.org>.

This is free software, licensed under:

  The MIT (X11) License