update Tue May 18 00:37:00 PDT 2010
[pkgsrc.git] / devel / p5-Data-Visitor / DESCR
1 This module is a simple visitor implementation for Perl values.
2
3 It has a main dispatcher method, visit, which takes a single perl
4 value and then calls the methods appropriate for that value.