The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use vars qw(@c);
@c = (
    id => 'os_2.0',

    title => "OS-specific Info",

    abstract => <<EOB,
Documents concerning OS-specific installation, configuration,
pitfalls, etc.
EOB

    docsets => [qw(
        win32
    )],
);