Text::MetaText::Factory - Factory class for instatiating Directive objects.


Text-MetaText documentation  | view source Contained in the Text-MetaText distribution.

Index


NAME

Top

Text::MetaText::Factory - Factory class for instatiating Directive objects.

SYNOPSIS

Top

    use Text::MetaText::Factory;
    my $factory = Text::MetaText::Factory->new(\%cfg);

DESCRIPTION

Top

The Text::MetaText::Factory module is used by Text::MetaText to instantiate Text::MetaText::Directive objects. The Factory and Directive classes can be sub-classed to create a more specific processing system.

AUTHOR

Top

Andy Wardley <abw@kfs.org>

See also:

    http://www.kfs.org/~abw/

REVISION

Top

$Revision: 0.2 $

COPYRIGHT

Top

SEE ALSO

Top

For more information, see the main Text::MetaText documentation:

    perldoc Text::MetaText

For more information about the author and other Perl development work:

    http://www.kfs.org/~abw/
    http://www.kfs.org/~abw/perl/
    http://www.cre.canon.co.uk/perl/

For more information about Perl in general:

    http://www.perl.com/


Text-MetaText documentation  | view source Contained in the Text-MetaText distribution.