other versions
- buster 2.0.49-1
- buster-backports 2.0.67-1~bpo10+1
- testing 2.0.67-3
- unstable 2.0.67-4
- experimental 2.999.15-3
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-05-15 | perl v5.28.1 |