全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libuniversal-can-perl  ]

软件包:libuniversal-can-perl(1.20140328-1.1)

libuniversal-can-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libuniversal-can-perl

维护小组:

外部的资源:

相似软件包:

safer version of UNIVERSAL::can

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 one should not do it. Unfortunately, not everyone heeds this warning and their bad code can break good code.

This module replaces UNIVERSAL::can() with a method that checks to see if the first argument is a valid invocant (whether an object -- a blessed referent -- or the name of a class). If so, and if the invocant's class has its own can() method, it calls that as a method. Otherwise, everything works as you might expect.

If someone attempts to call UNIVERSAL::can() as a function, this module will emit a lexical warning (see perllexwarn) to that effect. You can disable it with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix the code instead.

标签: 软件开发: Perl 开发, 函数库, 实做语言: Perl

其他与 libuniversal-can-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libuniversal-can-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 12.5 kB32.0 kB [文件列表]