NAME
Foo - A test module
AUTHORS
Foo Bar
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
END_POD
my $perl = Module::Install::_readperl($file);
is($perl, <<'END_PERL', "_readperl($file)" );
package Foo;
use 5.005; use strict;
$VERSION = '3.21';
use File::Spec 0.80;
1; END_PERL
ok( kill_dist(), 'kill dist' );
}