The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::FormatNroff::Sub - Test package for testing subclassing of HTML::FormatNroff

SYNOPSIS

    use HTML::FormatNroff::Sub;
    use HTML::Parse;
    my $html = parse_html("<P><TABLE><TR><TD>1</TD></TR></TABLE>");
    my $formatter = HTML::FormatNroff::Sub->new(name => 'test', project => 'proj') ;
    print $formatter->format($html);

DESCRIPTION

This is simply a test that HTML::FormatNroff may be subclassed and will still work.

COPYRIGHT

Copyright (c) 1997 Frederick Hirsch. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Frederick Hirsch <f.hirsch@opengroup.org>