NAME
Text::AutoLink::Plugin - Base Class For Text::AutoLink Plugin
SYNOPSIS
DESCRIPTION
Base class for Text::AutoLink Plugin.
METHODS
new ARGS
Creates a new plugin instance.
process SCALARREF
This method must be overridden in the subclass. It receives a scalar ref, which is the text that you should be modifying.
Returns false if not replacement was performed. Returns true otherwise.