Subject: | Stylesheet link not currect HTML |
When generating the stylesheet link, (as specified for the -stylesheet option) you use incorrect html.
The <link> tag is missing the property rel="stylesheet".
It's a one line fix to add the property to the HTML::Element constructor.