NAME
App::Slackeria::Plugin::Whohas - Parent for whohas-based distro check plugins
SYNOPSIS
use parent 'App::Slackeria::Plugin::Whohas'
sub check {
my ($self) = @_;
return $self->run_whohas( 'distro name', $self->{conf}->{name} );
}
VERSION
version 0.12
DESCRIPTION
This plugin serves as a parent for all distro plugins based on whohas.
CONFIGURATION
None.
DEPENDENCIES
whohas(1).
BUGS AND LIMITATIONS
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.
AUTHOR
Copyright (C) 2011 by Daniel Friesel <derf@finalrewind.org>
LICENSE
0. You just DO WHAT THE FUCK YOU WANT TO.