Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Sysadm-Install

Project: openSUSE_13.2

Repository: oss

Title: Typical installation tasks for system administrators

Description:
Have you ever wished for your installation shell scripts to run
reproducibly, without much programming fuzz, and even with optional logging
enabled? Then give up shell programming, use Perl.

'Sysadm::Install' executes shell-like commands performing typical
installation tasks: Copying files, extracting tarballs, calling 'make'. It
has a 'fail once and die' policy, meticulously checking the result of every
operation and calling 'die()' immediately if anything fails.

'Sysadm::Install' also supports a _dry_run_ mode, in which it logs
everything, but suppresses any write actions. Dry run mode is enabled by
calling 'Sysadm::Install::dry_run(1)'. To switch back to normal, call
'Sysadm::Install::dry_run(0)'.

As of version 0.17, 'Sysadm::Install' supports a _confirm_ mode, in which
it interactively asks the user before running any of its functions (just
like 'rm -i'). _confirm_ mode is enabled by calling
'Sysadm::Install::confirm(1)'. To switch back to normal, call
'Sysadm::Install::confirm(0)'.

'Sysadm::Install' is fully Log4perl-enabled. To start logging, just
initialize 'Log::Log4perl'. 'Sysadm::Install' acts as a wrapper class,
meaning that file names and line numbers are reported from the calling
program's point of view.

Version: 0.44

Release: 1.2

Architecture: noarch

Size: 34.2 KB

Build Time: 2014-10-06 17:56:21 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Sysadm::Install) = 0.44 perl-File-Comments
perl-Sysadm-Install = 0.44-1.2

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(File::Which) >= 1.09 perl-File-Which
perl(LWP::Simple) perl-libwww-perl
perl(Log::Log4perl) >= 1.28 perl-Log-Log4perl
perl(Term::ReadKey) perl-Term-ReadKey