Merge branch 'staged'
[dports.git] / devel / p5-Data-Visitor / pkg-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.