mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
291 B
Plaintext
5 lines
291 B
Plaintext
This module has a very simple task - to be a base class for PerlSAX drivers
|
|
and filters. It's default behaviour is to pass the input directly to the
|
|
output unchanged. It can be useful to use this module as a base class so
|
|
you don't have to, for example, implement the characters() callback.
|