Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > e058f5267d33d6213c5a77962f34349b > files > 298

mod_perl-2.0.4-10.fc13.i686.rpm

use vars qw(@c);
@c = (
    id => 'win32_2.0',

    title => "Win32 Platforms",
    stitle => "Win32",

    abstract => <<EOB,
Documents assisting mod_perl-2 users on the Win32 platforms
EOB

    chapters => [qw(
        install.pod
        config.pod
        faq.pod
    )],

    copy_glob => [qw(
        mpinstall
        distinstall
    )],

    changes => 'Changes.pod',

);