Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/p5-Data-Visitor,
Visitor style traversal of Perl data structures
Branch: CURRENT,
Version: 0.05,
Package name: p5-Data-Visitor-0.05,
Maintainer: kuli0020This module is a simple visitor implementation for Perl values.
It has a main dispatcher method, visit, which takes a single perl
value and then calls the methods appropriate for that value.
Required to run:[
lang/perl5] [
devel/p5-Class-Accessor]
Required to build:[
devel/p5-Test-Simple] [
devel/p5-Test-MockObject] [
devel/p5-Test-use-ok]
Master sites: (Expand)
SHA1: e2b38d1e542b2826e56d54fe2526a2c931f1b281
RMD160: 8ec7208144effe8ddf77c46235751b3f51b5af1a
Filesize: 6.826 KB
Version history: (Expand)
- (2008-07-22) Package deleted from pkgsrc
- (2006-05-14) Package added to pkgsrc.se, version p5-Data-Visitor-0.05 (created)
CVS history: (Expand)
2008-07-21 01:34:43 by abs | Files touched by this commit (54) | |
Log message:
The following have versions in main pkgsrc. Remove from wip and
update any depending packages appropriately
p5-Class-C3-Componentised
p5-Class-Data-Accessor
p5-Class-ISA
p5-Config-Any
p5-DBIx-Class
p5-DBIx-Class-Loader
p5-DBIx-Class-Schema-Loader
p5-Data-Page
p5-Data-Visitor
p5-Log-Log4perl
p5-Module-Find
p5-Object-Signature
p5-Scope-Guard
|
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:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2006-05-05 18:58:04 by abs | Files touched by this commit (2) | |
Log message:
update Data-Visitor to 0.05
changes since 0.04:
0.05
- Added support for using class names as callbacks in
Data::Visitor::Callback
- Improved semantics of multiple instances of the same reference in a depe
structure (will be mapped once, same mapped value used per each instance)
|
2006-04-13 17:29:42 by Roman Kulik | Files touched by this commit (1) |
Log message:
Removed WWW: line from DESCR file.
|
2006-04-07 20:49:05 by Roman Kulik | Files touched by this commit (4) | |
Log message:
This module is a simple visitor implementation for Perl values.
It has a main dispatcher method, visit, which takes a single perl
value and then calls the methods appropriate for that value.
|