other versions
- bookworm 2.0.73-1
- bookworm-backports 2.0.76-1~bpo12+1
- testing 2.0.76-2
- unstable 2.0.76-3
- experimental 2.999.16-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.
2022-02-10 | perl v5.34.0 |