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 => 'docs_2.0',

    title => "mod_perl 2.0 Documentation",
    stitle => "2.0",

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

    abstract => <<EOB,
A collection of the documents specific to the mod_perl 2.0 generation.
EOB

    chapters => [qw(
        rename.pod
    )],

    docsets => [qw(
        user
        os
        api
        devel
    )],

);