The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::ControllerRole::URI - Inject local URI helpers

SYNOPSIS

    package Example::Controller::Register;

    use Moose;
    use MooseX::MethodAttributes;

    extends 'Catalyst::ControllerPerRequest';
    with 'Catalyst::ControllerRole::URI';

DESCRIPTION

Experimental role for Catalyst::ControllerPerRequest that injects URI helper methods into your controller and application. This is a work in progress and may change in the future.

I'm not documenting this more, if you can't follow the source you shouldn't be using this. I may trash it eventually.

ALSO SEE

Catalyst::Runtime, Catalyst::Controller

AUTHOR

    John Napiorkowski <jjnapiork@cpan.org>

COPYRIGHT

    2023

LICENSE

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