f5b8ed1c47
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.
4 lines
192 B
Text
4 lines
192 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.
|