1use vars qw(@c);
2@c = (
3
4    id => 'docs_2.0',
5
6    title => "mod_perl 2.0 Documentation",
7    stitle => "2.0",
8
9    abstract => <<EOB,
10A collection of the documents specific to the mod_perl 2.0 generation.
11EOB
12    docsets => [qw(
13        user
14        os
15    )],
16
17);
18
19
20