freebsd-ports/devel/p5-Data-Visitor/pkg-descr
Sergey Matveychuk 9efc48ac33 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.

WWW: http://search.cpan.org/dist/Data-Visitor/

PR:		ports/94954
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-03-26 21:05:51 +00:00

6 lines
240 B
Text

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.
WWW: http://search.cpan.org/dist/Data-Visitor/