-
-
26 Apr 2009 18:49:17 UTC
- Distribution: Railsish
- Module version: 0.21
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (38 / 0 / 3)
- Kwalitee
Bus factor: 1- % Coverage
- License: mit
- Activity
24 month- Tools
- Download (81.74KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Any::Moose
- Binding
- Class::Implant
- Data::Visitor
- Devel::Symdump
- File::Spec::Functions
- HTTP::Engine
- Hash::Merge
- JSON::XS
- Lingua::En::Inflect::Number
- Log::Dispatch
- Module::Loaded
- Module::Refresh
- Moose
- MooseX::Types
- Mouse
- MouseX::Types
- Path::Router
- Perl6::Junction
- String::CamelCase
- Template
- UNIVERSAL::require
- XML::Simple
- YAML::Any
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install Railsish, copy and paste the appropriate command in to your terminal.
cpanm Railsish
perl -MCPAN -e shell install Railsish
For more information on module installation, please visit the detailed CPAN module installation guide.