# This is a sample DLF converter registration script. # # This script is responsible for registring the DlfConverter with # the Lire framework. # # The registration script must be installed in one of the directories # listed in the 'plugins_init_path' configuration variable. # # The default value contains $HOME/.lire/plugins and # /lire/plugins # use MyConverter; use Lire::PluginManager; Lire::PluginManager->register_plugin( new MyConverter() );