Munin::Node::Session(3) | User Contributed Perl Documentation | Munin::Node::Session(3) |
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.
2023-04-21 | perl v5.26.1 |