other versions
- stretch 2.0.33-1
- testing 2.0.49-1
- stretch-backports 2.0.47-1~bpo9+1
- unstable 2.0.49-1
- experimental 2.999.11-1
Munin::Node::Session(3pm) | User Contributed Perl Documentation | Munin::Node::Session(3pm) |
NAME¶
Munin::Node::Session - Stores the state for the session between a node and a master.SYNOPSIS¶
$session = Munin::Node::Session->new(); $session->{capabilities} = { foo => 1, bar => 1};
METHODS¶
- new
-
$class->new();
Constructor.
2019-03-11 | perl v5.24.1 |