The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Plugin::MobileUserID - mobile user id returned plugin for Catalyst

SYNOPSIS

  package MyApp;
  
  use Catalystqw/MobileAgent MobileUserID/;
  
  package MyApp::Controller::Root;
  
  sub index : Private {
     my ($self,$c) = @_;
     print $c->req->mobile_userid->id;
  }

DESCRIPTION

This Plugin is mobile user id returned for Catalyst

METHODS

mobile_userid

Returns an instance of HTTP::MobileUserID

AUTHOR

Ittetsu Miyazaki <ittetsu.miyazaki@gmail.com>

LICENSE

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

SEE ALSO

HTTP::MobileAgent,HTTP::MobileUserID,Catalyst::Request