use vars qw(@c); @c = ( id => 'guide', title => "mod_perl 1.0 User Guide", abstract => < 'Getting Started', chapters => [qw( getwet.pod intro.pod install.pod config.pod )], group => 'Coding', chapters => [qw( porting.pod method_handlers.pod databases.pod dbm.pod security.pod snippets.pod modules.pod )], group => 'Advanced Setup and Performance', chapters => [qw( strategy.pod scenario.pod performance.pod )], group => 'Troubleshooting', chapters => [qw( frequent.pod troubleshooting.pod debug.pod help.pod )], changes => 'Changes.pod', copy_glob => [qw( code )], );