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-Eval-Closure

Project: openSUSE_13.2

Repository: oss

Title: Safely and cleanly create closures via string eval

Description:
String eval is often used for dynamic code generation. For instance,
'Moose' uses it heavily, to generate inlined versions of accessors and
constructors, which speeds code up at runtime by a significant amount.
String eval is not without its issues however - it's difficult to control
the scope it's used in (which determines which variables are in scope
inside the eval), and it's easy to miss compilation errors, since eval
catches them and sticks them in $@ instead.

This module attempts to solve these problems. It provides an 'eval_closure'
function, which evals a string in a clean environment, other than a fixed
list of specified variables. Compilation errors are rethrown automatically.

Version: 0.11

Release: 4.1.3

Architecture: noarch

Size: 20.8 KB

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

Provides

Symbol Required by
perl(Eval::Closure) = 0.11 perl-Moose perl-MooseX-Method-Signatures
perl-Eval-Closure = 0.11-4.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Try::Tiny) perl-Try-Tiny