The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use vars qw(@c);
@c = (
    id    => 'download',

    title => "Download",

    abstract => <<EOB,
Get source and binary mod_perl distributions and download the documentation
EOB

    body => {
        top => 'index_top.html',
    },

    # an ordered list pod files relative to $c{src}
    # the order is important for a correct placing of the chapters
    chapters => [qw(
        source.pod
        binaries.pod
        bundles.html
    )],

    # non-pod/html files or dirs to be copied unmodified
    copy_glob => [
    ],
);