[% setvar title User-definable POD handling %]

This file is part of the Perl 6 Archive

Note: these documents may be out of date. Do not use as reference!

To see what is currently happening visit http://www.perl6.org/

TITLE

User-definable POD handling

VERSION

  Maintainer: Simon Cozens <simon@brecon.co.uk>
  Date: 25 Sep 2000
  Mailing List: perl6-language@perl.org
  Number: 306
  Version: 1
  Status: Developing

ABSTRACT

Make POD extensible by the new =handle, =ignore and =define commands.

DESCRIPTION

One criticism of POD is that it's too restrictive. Three new pragmatic commands will make it arbitrarily user extensible.

IMPLEMENTATION

POD::Parser will need to be extended to support these three commands; text which is found in a =handled area should be passed to a routine in the formatter if one exists or passed through if one does not.

REFERENCES

None