NAME
Catalyst::Controller::VersionedURI - Revert Catalyst::Plugin::VersionedURI's munging
VERSION
version 0.1.0
SYNOPSIS
package MyApp::Controller::VersionedURI;
use parent 'Catalyst::Controller::VersionedURI';
1;
DESCRIPTION
This controller creates actions to catch the versioned uris created by Catalyst::Plugin::VersionedURI
.
SEE ALSO
Catalyst::Plugin::VersionedURI
AUTHOR
Yanick Champoux <yanick@babyl.dyndns.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.