The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Test::Synopsis::__TestBait_Test11DATAInPod;

# Dummy module used during testing of Test::Synopsis. Needs to be in the lib/
# dir of the Test-Synopsis distribution to Test::Synopsis can find it.
#
# This module has a __DATA__ in the synopsis code; it shouldn't
# break Test::Synopsis

use strict;
use warnings;

# VERSION

1;

=pod

=head1 SYNOPSIS

Testing stuff:

    print "Foos!\n";

    __DATA__

    $x; # uninitialized!

=head1 DESCRIPTION

bleh

=cut