Bug#365142: ITP: libuniversal-isa-perl -- Safer version of UNIVERSAL::isa

2006-04-28 Thread Krzysztof Krzyzaniak (eloy)
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]

* Package name: libuniversal-isa-perl
  Version : 0.06
  Upstream Author : Autrijus Tang [EMAIL PROTECTED]
chromatic [EMAIL PROTECTED]
Yuval Kogman [EMAIL PROTECTED]
* URL : http://search.cpan.org/~chromatic/UNIVERSAL-isa/
* License : Perl: GPL/Artistic
  Programming Lang: Perl
  Description : Safer version of UNIVERSAL::isa

 This module replaces UNIVERSAL::isa with a version that makes sure that,
 when called as a function on objects which override isa, isa will call
 the appropriate method on those objects
 .
 In all other cases, the real UNIVERSAL::isa gets called directly.
 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#365142: ITP: libuniversal-isa-perl -- Safer version of UNIVERSAL::isa

2006-04-28 Thread Bas Zoetekouw
Hi Krzysztof!

You wrote:

   Description : Safer version of UNIVERSAL::isa
 
  This module replaces UNIVERSAL::isa with a version that makes sure that,
  when called as a function on objects which override isa, isa will call
  the appropriate method on those objects
  .
  In all other cases, the real UNIVERSAL::isa gets called directly.

Maybe you could explain in the description what UNIVERSION::isa does?

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#365142: ITP: libuniversal-isa-perl -- Safer version of UNIVERSAL::isa

2006-04-28 Thread Krzysztof Krzyzaniak
Bas Zoetekouw wrote:
 Hi Krzysztof!
 
 You wrote:
 
   Description : Safer version of UNIVERSAL::isa

  This module replaces UNIVERSAL::isa with a version that makes sure that,
  when called as a function on objects which override isa, isa will call
  the appropriate method on those objects
  .
  In all other cases, the real UNIVERSAL::isa gets called directly.
 
 Maybe you could explain in the description what UNIVERSION::isa does?

UNIVERSAL it's base class for all classes in perl, UNIVERSAL::isa is
function/method which tell you if object is blessed in package or
inherits from package. It's basic, fundamental concept when you
programing in Object Oriented Perl. I don't think that I could explain
what isa really does in short description without explaining classes and
objects in Perl.

  eloy
-- 
[EMAIL PROTECTED]

   jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]