App::Pimpd - Base class for pimpd2
use App::Pimpd; $\ = "\n"; print $mpd_host; print $mpd_port;
App::Pimpd is the base class for the rest of the App::Pimpd namespace, exporting the $mpd object and a couple of configuration variables.
The base object used to communicate with mpd.
MPD connection details, grabbed from environment variables and/or configuration file.
SSH connection details. Used in App::Pimpd::Transfer.
As specified in mpd.conf
The directory where App::Pimpd::Transfer will place all files.
List of colors, from configuration file.
Contains valid arguments to Term::ExtendedColor, like so:
$c[0] = 'red2'; $c[1] = 'blue4'; $c[2] = 'green14'; ... $c[15] = 'purple3';
Term::ExtendedColor
Magnus Woldrich CPAN ID: WOLDRICH m@japh.se http://japh.se
Copyright (C) 2010, 2011, 2019- Magnus Woldrich. All right reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
To install App::Pimpd, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::Pimpd
CPAN shell
perl -MCPAN -e shell install App::Pimpd
For more information on module installation, please visit the detailed CPAN module installation guide.