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-File-Path-Tiny

Project: openSUSE_13.2

Repository: oss

Title: recursive versions of mkdir() and rmdir() without as much overhead as Fi[cut]

Description:
The goal here is simply to provide recursive versions of the mkdir
manpage() and the rmdir manpage() with as little code and overhead as
possible.

This module is in no way meant to derogate the File::Path manpage and is in
no way an endorsement to go out and replace all use of the File::Path
manpage with the File::Path::Tiny manpage.

the File::Path manpage is very good at what it does but there's simply a
lot happening that we can do without much of the time.

Here are some things the File::Path manpage has/does that this module
attempts to do without:

* * multiple interfaces

Backwards compatibility brings in a lot of code and logic that we don't
need from here on out.

* * chdir()s

It does a ton of chdir()s which could leave you somewhere you're not
planning on being and requires much more overhead to do.

* * can croak not allowing you to detect and handle failure

Just let me handle errors how I want. Don't make my entire app die or
have to wrap it in an eval

* * A well intentioned output system

Just let me do the output how I want. (Nothing, As HTML, print to a
filehandle, etc...)

* * A well intentioned and experimental (IE subject to change) error
handling system.

Just keep it simple and detect failure via a boolean check and do what I
want with the error. See the /"How can I make/remove multiple paths?"
manpage

* * According to its POD, removing a tree is apparently not safe unless you
tell it to be with the ‘safe’ or 'keep_root' attributes.

Seems like that should just happen, I don't want to worry about
accidentally removing / when I pass it /tmp

Version: 0.7

Release: 2.1.3

Architecture: noarch

Size: 15.9 KB

Build Time: 2014-10-06 15:20:40 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(File::Path::Tiny) = 0.7
perl-File-Path-Tiny = 0.7-2...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl