use vars qw(@c); @c = ( id => 'bugs', title => "Reporting Bugs", abstract => < 'Reporting mod_perl Bugs', links => [ { id => 'bugs_mp1', link => '../docs/1.0/guide/help.html#How_to_Report_Problems', title => 'mod_perl 1.0', abstract => < 'bugs_mp2', link => '../docs/2.0/user/help/help.html#Reporting_Problems', title => 'mod_perl 2.0', abstract => < 'Reporting Bugs in Related Projects', links => [ { id => 'bugs_apache_asp', link => 'http://www.apache-asp.org/support.html', title => 'Apache::ASP', abstract => '', }, { id => 'bugs_embperl', link => 'http://www.ecos.de/embperl/pod/doc/Embperl.-page-12-.htm#sect_40', title => 'Embperl', abstract => '', }, { id => 'bugs_perl', link => 'http://bugs.perl.org/', title => 'Perl', abstract => '', }, { id => 'bugs_httpd', link => 'http://httpd.apache.org/bug_report.html', title => 'Apache', abstract => '', }, ], ); # don't forget!!! 1; __END__