/[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

Contents of /lib/SysIface/Context.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Tue Jun 16 19:47:21 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 165 byte(s)
execute commands on remote hostname

1 package SysIface::Context;
2
3 use strict;
4 use warnings;
5
6 use base 'Mojolicious::Context';
7
8 sub param {
9 my $self = shift;
10 $self->req->params->param( shift );
11 }
12
13 1;

  ViewVC Help
Powered by ViewVC 1.1.26