NOTICE: This package has been removed from pkgsrc

./wip/p5-Class-C3, Pragma to use the C3 method resolution order algortihm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.19, Package name: p5-Class-C3-0.19, Maintainer: hiramatu

This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.


Required to run:
[lang/perl5] [devel/p5-Test-Exception] [devel/p5-Scalar-List-Utils] [wip/p5-Class-C3-XS] [wip/p5-Algorithm-C3]

Master sites: (Expand)

SHA1: f482a35290d8bfd8d7ad68b1ac63abefaa4e1dad
RMD160: 9f3e346c0d34c6e599e957477fa048a6e008ee59
Filesize: 33.104 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-25 11:20:57 by abs | Files touched by this commit (89) | Package removed
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
   2007-11-07 04:17:05 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
Updated to 0.19, and remove PLIST.

Changes from previous.

0.19 Mon, Jun 4, 2007
    - Added new goto tests, bumped XS version req

0.18 Sat, May 12, 2007
    - Just bumped XS version requirement

0.17 Tues, May 8, 2007
    - Remove Build.PL from the distribution

0.16 Thurs, May 3, 2007
    - Converted to Module::Install
    - Supports optional Class::C3::XS
    - Supports optional perl 5.9.5+ mro code
    - Fixed overload fallback edge cases.
    - Fix for overloading to method name string,
       from Ittetsu Miyazaki.
   2007-03-03 09:47:28 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 0.14.
Changes since 0.11:
0.14 Tues, Sep 19, 2006
    - Fix for rt.cpan.org #21558
    - converted to Module::Build

0.13 Fri, Aug 25, 2006
    - Make use of Algorithm::C3 0.05's merge caching

0.12 Tues, July 18, 2006
    - clarifying docs for &initialize (thanks jcs)
    - applying patch from Robert Norris to add 
      next::can() and maybe::next::method() 
      functionality which allows safe probing of 
      the presence of the next method
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-04-07 22:14:29 by Roman Kulik | Files touched by this commit (2)
Log message:
Updated to version 0.11
   2006-02-17 06:45:50 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.