NOTICE: This package has been removed from pkgsrc

./wip/p5-Algorithm-C3, Module for merging hierarchies using the C3 algorithm

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


Branch: CURRENT, Version: 0.06, Package name: p5-Algorithm-C3-0.06, Maintainer: kuli0020

This module implements the C3 algorithm. I have broken this out
into it's own module because I found myself copying and pasting
it way too often for various needs. Most of the uses I have for
C3 revolve around class building and metamodels, but it could
also be used for things like dependency resolution as well since
it tends to do such a nice job of preserving local precendence
orderings.


Required to run:
[lang/perl5]

Required to build:
[devel/p5-Test-Simple]

Master sites: (Expand)

SHA1: 76f59410c3ee120497bb37abca1b33cddc659134
RMD160: 862333e0a47e4b0cb166b90aca89d870b77832e2
Filesize: 9.012 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
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-03-03 09:42:10 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 0.06.
Changes since 0.03:
0.06 Fri. Nov. 17, 2006
    - Added tests from konobi
    - Added some other new tests too
    - Fixed infinite loop on recursive heirarchies

0.05 Fri. Aug. 25, 2006
    - Add the ability for the caller to supply a persistent
      merge cache hashref

0.04 Wed. Aug. 09, 2006
    - Remove accidental "use Class::C3" from t/006_complex_merge.t
     (no functional changes from 0.03)
   2006-04-07 22:00:04 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
This module implements the C3 algorithm. I have broken this out
into it's own module because I found myself copying and pasting
it way too often for various needs. Most of the uses I have for
C3 revolve around class building and metamodels, but it could
also be used for things like dependency resolution as well since
it tends to do such a nice job of preserving local precendence
orderings.