1Munin::Node::Session(3)User Contributed Perl DocumentatioMnunin::Node::Session(3)
23
4
NAME
6Munin::Node::Session - Stores the state for the session between a node
7and a master.
8
SYNOPSIS
10$session = Munin::Node::Session->new();
11$session->{capabilities} = { foo => 1, bar => 1};
12
METHODS
14new
15$class->new();
1617
Constructor.
1819
20
21
perl v5.12.2 2010-12-05 Munin::Node::Session(3)