NAME

Sledge::Plugin::URIWith - uri_with helper for Sledge

SYNOPSIS

# in your pages class
package Your::Pages;
use Sledge::Plugin::URIWith;

# in your template
[% uri_for(page => 3) %]

# if current page's uri is:
# http://example.jp/?page=2&keyword=hoge
# output as:
# http://example.jp/?page=3&keyword=hoge

DESCRIPTION

Sledge::Plugin::URIWith is uri_with helper for Sledge.

This plugin is useful for paging.

AUTHOR

MATSUNO Tokuhiro <tokuhiro at mobilefactory.jp>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Bundle::Sledge