moose

Type Coercions (cont.)

Using the coercions

 my $app = Web::App->new(request => { foo => "bar" });

 my $app = Web::App->new(request => CGI->new(foo => "bar"));  
 my $app = Web::App->new(
     request => Web::Request->new(params => { foo => "bar" })
 );
s | << | >> | i