The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Bundle::DBD::Sys;

use strict;
use vars qw($VERSION);

$VERSION = '0.102';

1;

__END__

=head1 NAME

Bundle::DBD::Sys - A bundle to install the DBD::Sys driver

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::DBD::Sys'>

=head1 CONTENTS

DBI 1.612

SQL::Statement 1.28

=head1 DESCRIPTION

This bundle includes all that's needed to access system tables
via DBI

=cut