» Ubuntu » 套件 » lucid » perl » libuniversal-can-perl
lucid  ] [  precise  ] [  quantal  ] [  raring  ]
[ 原始碼: libuniversal-can-perl  ]

套件: libuniversal-can-perl (1.16-1) [universe]

libuniversal-can-perl 的相關超連結

Screenshot

Ubuntu 的資源:

下載原始碼套件 libuniversal-can-perl

維護者:

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainers (usually from Debian):

  • Debian Perl Group (郵件存檔)
  • Krzysztof Krzyzaniak (eloy)
  • Nathan Handler
  • Ryan Niebur
  • Jonathan Yu

It should generally not be necessary for users to contact the original maintainer.

外部的資源:

相似套件:

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.

其他與 libuniversal-can-perl 有關的套件

  • 依賴
  • 推薦
  • 建議
  • dep: perl
    Larry Wall's Practical Extraction and Report Language

下載 libuniversal-can-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 12.6 kB72.0 kB [文件列表]