/[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 6 - (show annotations)
Tue Jun 16 22:15:34 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 241 byte(s)
added atsar example, render hostname in title

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 sub title {
14 my $self = shift;
15 $self->req->params->param( 'hostname' );
16 }
17
18 1;

  ViewVC Help
Powered by ViewVC 1.1.26