Munin::Node::Session(3pm) User Contributed Perl Documentation 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. perl v5.38.2 2024-05-20 Munin::Node::Session(3pm)