The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.00002

  • Add load_plugin(), load_plugins() and add_method(). load_plugin() calls begin() method of each plugin
  • Add Blosxom::Plugin::Response, Request and Util. Blosxom::Plugin loads them when loaded
  • A namespace Blosxom::Plugin::* will be open to those who want to register Blosxom metaplugins, though I'm not sure about what a metaplugin is :-) At least, metaplugins will abstract routines from ordinary plugins

Modules

Base class of Blosxom plugins
Object represents CGI request
Object represents CGI response
Utility class for Blosxom plugins