View | Details | Raw Unified | Return to bug 162151
Collapse All | Expand All

(-)BSDPAN-5.12.1_20100713/ExtUtils/MakeMaker.pm (+2 lines)
Lines 17-22 Link Here
17
use BSDPAN::Override;
17
use BSDPAN::Override;
18
use File::Basename;
18
use File::Basename;
19
19
20
our $VERSION = $ExtUtils::MakeMaker::VERSION;
21
20
sub WriteMakefile
22
sub WriteMakefile
21
{
23
{
22
	my $orig = shift;
24
	my $orig = shift;
(-)BSDPAN-5.12.1_20100713/ExtUtils/Packlist.pm (+1 lines)
Lines 214-219 Link Here
214
		while (-d $file) {
214
		while (-d $file) {
215
			$file =~ s|/([^/]+)$||;
215
			$file =~ s|/([^/]+)$||;
216
			my $last = $1;
216
			my $last = $1;
217
			last if $file =~ /^\.\.?$/;
217
			last if $last eq "bin";
218
			last if $last eq "bin";
218
			last if $last eq "auto";
219
			last if $last eq "auto";
219
			last if $last eq "man1";
220
			last if $last eq "man1";

Return to bug 162151