Munin::Node::Configure::History(3pm) | User Contributed Perl Documentation | Munin::Node::Configure::History(3pm) |
Munin::Node::Configure::History - Filtering plugins based on the version of Munin they were first distributed with.
my $plugin = Munin::Node::Configure::History->new( newer => '1.3.3', history_file => 'plugins/plugins.history', );
The 'history_file' argument is required, and should be the path to the plugin history file. The 'newer' argument is optional, and should be the version of the release before which plugins should be ignored.
2023-03-21 | perl v5.36.0 |