NAME

Catalyst::Plugin::Shortcut - shortcut collection for some methods of Catalyst.

DESCRIPTION

This module's just shortcut, if you don't like type more than needed.

SYNOPSIS

# In your application class
use Catalyst qw/Shortcut/;


# Then in your TT template use
[% Catalyst.urifor(
        'Book', 'list',
        @args?,
        \%query_values?
    )
%]

# istead of
[% Catalyst.uri_for(
        Catalyst.controller('Book').action_for('list'),
        @args?,
        \%query_values?
    )
%]

METHODS

urifor

Shortcut for Catalyst::uri_for, see in SYNOPSIS

AUTHOR

Oleg Kostyuk aka CUB cub.uanic@gmail.com

SEE ALSO

Catalyst

COPYRIGHT & LICENSE

Copyright (c) 2007 the aforementioned author(s). All rights
reserved. This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 60:

You forgot a '=back' before '=head1'