Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/p5-UNIVERSAL-isa,
Hack around people calling UNIVERSAL::isa() as a function
Branch: CURRENT,
Version: 0.06,
Package name: p5-UNIVERSAL-isa-0.06,
Maintainer: kuli0020Whenever you use UNIVERSAL::isa as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.
This module replaces UNIVERSAL::isa with a version that makes sure that if
it's called as a function on objects which override isa, isa will be
called on those objects as a method.
In all other cases the real UNIVERSAL::isa is just called directly.
WWW: http://search.cpan.org/dist/UNIVERSAL-isa/
Required to run:[
lang/perl5] [
devel/p5-Scalar-List-Utils]
Master sites: (Expand)
SHA1: 18157acb7d765f8f25930950de9d2f3c4945cf79
RMD160: 1645cfc7b389a4ba0ccf0b32444c62b3d2d951d1
Filesize: 4.339 KB
Version history: (Expand)
- (2008-06-26) Package deleted from pkgsrc
- (2006-05-14) Updated to version: p5-UNIVERSAL-isa-0.06
- (2005-12-31) Package added to pkgsrc.se, version p5-UNIVERSAL-isa-0.05 (created)
CVS history: (Expand)
2008-06-25 11:20:57 by abs | Files touched by this commit (89) | |
Log message:
The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.
p5-Algorithm-C3
p5-CGI-Simple
p5-Class-Accessor-Grouped
p5-Class-C3-XS
p5-Class-C3
p5-Geo-Distance
p5-HTTP-Body
p5-HTTP-Request-AsCGI
p5-MRO-Compat
p5-PAR
p5-RRDTool-OO
p5-SQL-Abstract-Limit
p5-Set-Object
p5-Template-Timer
p5-Test-Differences
p5-Test-MockObject
p5-Test-use-ok
p5-Tree-Simple-VisitorFactory
p5-UNIVERSAL-can
p5-UNIVERSAL-isa
p5-Unicode-Map
p5-Unicode-MapUTF8
|
2008-05-30 14:22:34 by abs | Files touched by this commit (18) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2006-04-13 23:01:57 by Roman Kulik | Files touched by this commit (2) |
Log message:
Updated to version 0.06
|
2006-01-25 12:35:36 by Hiramatsu Yoshifumi | Files touched by this commit (3) |
Log message:
fix DEPENDS:
lang/p5-Scalar-List-Utils -> devel/p5-Scalar-List-Utils
|
2005-12-30 21:57:06 by Roman Kulik | Files touched by this commit (4) | |
Log message:
Whenever you use UNIVERSAL::isa as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.
This module replaces UNIVERSAL::isa with a version that makes sure that if
it's called as a function on objects which override isa, isa will be
called on those objects as a method.
In all other cases the real UNIVERSAL::isa is just called directly.
WWW: http://search.cpan.org/dist/UNIVERSAL-isa/
|