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

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