NAME
Catalyst::Controller::VersionedURI - Revert Catalyst::Plugin::VersionedURI's munging
VERSION
version 1.2.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
with the in_path parameter set to true.
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.