The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112131415 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 )],);
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
)],
);