The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Blosxom::Plugin.

0.00009  Aug 18th, 2012
  - Remove load_plugin(). Rename load_plugins() to load_components()
  - Add Blosxom::Plugin::Core and Blosxom::Plugin::DataSection
  - render() receives basename, not raw template

0.00008  Aug 13th, 2012
  - Add file() to Fh (See CGI.pm)
  - Rename interpolate() to render() because 'interpolate'
    is one of reserved methods 
  - [Response] Capture cgi_error()

0.00007  Aug 8th, 2012
  - Add interpolate() and get_template()
  - [Request]
        * Add date()
        * path_info() returns a value of $blosxom::path_info
  - [Request::Upload]
        * fh() returns a raw file handle
        * Add header()

0.00006  Aug 6th, 2012
  - [Response]
        * Rename cookies() to cookie()
  - [Request]
        * Rename server_protocol() to protocol()
        * Rename cookies() to cookie()
        * Add base(), is_secure(), header()
  - [Request::Upload]
        * fh() returns an IO::File object
  - [Util] Add encode_html()

0.00005  Jul 14th, 2012
  - Add Blosxom::Plugin::Request::Upload

0.00004  Jul 14th, 2012
  - [Request] Add user(), server_protocol() and uploads()
  - [Response] body() become mutable
  - tests requires Data::Section::Simple

0.00002  Jul 11th, 2012
  - 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

0.00001  Jul 8th, 2012
  - First version