The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package data_section;
use strict;
use warnings;
use parent 'Blosxom::Plugin';

__PACKAGE__->load_components( 'DataSection' );

sub start { 1 }

1;

__DATA__

@@ data_section.html
hello, world