/[SysIface]/lib/SysIface/Context.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/SysIface/Context.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by dpavlin, Tue Jun 16 19:33:55 2009 UTC revision 4 by dpavlin, Tue Jun 16 19:47:21 2009 UTC
# Line 4  use strict; Line 4  use strict;
4  use warnings;  use warnings;
5    
6  use base 'Mojolicious::Context';  use base 'Mojolicious::Context';
7    
8    sub param {
9            my $self = shift;
10            $self->req->params->param( shift );
11    }
12    
13  1;  1;

Legend:
Removed from v.1  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26