Subject: | SYNOPSIS uses wrong module |
SYNOPSIS shows an example using Inliner module, while it should be CSS::Inliner.
Correct lines:
use CSS::Inliner;
my $inliner = new CSS::Inliner();
$inliner->read_file({ filename => 'myfile.html' });
print $inliner->inlinify();