NAME
HTML::FormatNroffSub - Test package for testing subclassing of HTML::FormatNroff
SYNOPSIS
require
HTML::FormatNroffSub;
use
HTML::Parse;
$html
= parse_html(
"<P><TABLE><TR><TD>1</TD></TR></TABLE>"
);
$formatter
= new HTML::FormatNroffSub(
name
=>
'test'
,
project
=>
'proj'
) ;
$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>