Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/mod_perl/docs/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/mod_perl/docs/config.cfg

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
    )],

);