# This is the registration script for the MyAnalysers::PageCategoriser
# example.
#
# This script is responsible for registring the DlfCategoriser 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
# <sysconfdir>/lire/plugins
#
use MyAnalysers::PageCategoriser;
use Lire::PluginManager;

Lire::PluginManager->register_plugin( new MyAnalysers::PageCategoriser() );
