App::Slackeria::Plugin::Whohas - Parent for whohas-based distro check plugins
use parent 'App::Slackeria::Plugin::Whohas' sub check { my ($self) = @_; return $self->run_whohas( 'distro name', $self->{conf}->{name} ); }
version 0.12
This plugin serves as a parent for all distro plugins based on whohas.
None.
whohas(1).
whohas is quite fragile at times. Also, we are parsing raw text output here, so there's no guarantee that we actually get the right line.
Copyright (C) 2011 by Daniel Friesel <derf@finalrewind.org>
0. You just DO WHAT THE FUCK YOU WANT TO.