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

NAME

Blosxom::Plugin::DataSection - Read data from __DATA__

SYNOPSIS

  my $template = $class->data_section->{'foo.html'};

DESCRIPTION

This module extracts data from __DATA__ section of the plugin and merges them into Blosxom default templates.

SEE ALSO

Blosxom::Plugin

AUTHOR

Ryo Anazawa <anazawa@cpan.org>

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.