mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
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.
|