NAME
Sledge::Plugin::RedirectReferer - referer redirect plugin for Sledge
VERSION
This documentation refers to Sledge::Plugin::RedirectReferer version 0.04
SYNOPSIS
package Your::Pages;
use Sledge::Plugin::RedirectReferer;
sub dispatch_index {
my $self = shift;
return $self->redirect_referer('/if/non/referer');
}
METHODS
redirect_referer
This method redirect referer.
last_access_url
This method get your last access url.
AUTHOR
Atsushi Kobayashi, <nekokak at gmail>
BUGS
Please report any bugs or feature requests to bug-sledge-plugin-redirectreferer at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Sledge-Plugin-RedirectReferer. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Sledge::Plugin::RedirectReferer
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sledge-Plugin-RedirectReferer
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Atsushi Kobayashi, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.