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

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