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-UNIVERSAL-can

Project: openSUSE_13.2

Repository: oss

Title: work around buggy code calling UNIVERSAL::can() as a function

Description:
The UNIVERSAL class provides a few default methods so that all objects can
use them. Object orientation allows programmers to override these methods
in subclasses to provide more specific and appropriate behavior.

Some authors call methods in the UNIVERSAL class on potential invocants as
functions, bypassing any possible overriding. This is wrong and you should
not do it. Unfortunately, not everyone heeds this warning and their bad
code can break your good code.

This module replaces 'UNIVERSAL::can()' with a method that checks to see if
the first argument is a valid invocant has its own 'can()' method. If so,
it gives a warning and calls the overridden method, working around buggy
code. Otherwise, everything works as you might expect.

Some people argue that you must call 'UNIVERSAL::can()' as a function
because you don't know if your proposed invocant is a valid invocant.
That's silly. Use 'blessed()' from the Scalar::Util manpage if you want to
check that the potential invocant is an object or call the method anyway in
an 'eval' block and check for failure (though check the exception
_returned_, as a poorly-written 'can()' method could break Liskov and throw
an exception other than "You can't call a method on this type of
invocant").

Just don't break working code.

Version: 1.20140328

Release: 2.1.3

Architecture: noarch

Size: 17.9 KB

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

Provides

Symbol Required by
perl(UNIVERSAL::can) = 1.20... perl-Test-MockObject
perl-UNIVERSAL-can = 1.2014...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl