# Register the Plugin with the Lire framework.
use Lire::PluginManager;
use Lire::OutputFormats::HTML;

Lire::PluginManager->register_plugin( new Lire::OutputFormats::HTML() );
