diff options
Diffstat (limited to 'textproc/p5-XML-SAX-Base/pkg-descr')
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Base/pkg-descr b/textproc/p5-XML-SAX-Base/pkg-descr new file mode 100644 index 000000000000..9c4cd9b97988 --- /dev/null +++ b/textproc/p5-XML-SAX-Base/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://search.cpan.org/search?dist=XML-SAX-Base + +Seamus Venasse <svenasse@polaris.ca> |