Blame SOURCES/Data-Peek-0.33.patch

bad980
diff -up Data-Peek-0.33/Makefile.PL.off Data-Peek-0.33/Makefile.PL
bad980
--- Data-Peek-0.33/Makefile.PL.off	2011-02-16 09:32:37.000000000 +0100
bad980
+++ Data-Peek-0.33/Makefile.PL	2011-04-04 15:37:21.524212240 +0200
bad980
@@ -31,7 +31,7 @@ my %wm = (
bad980
 $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl";
bad980
 
bad980
 unless (exists $ENV{AUTOMATED_TESTING} and $ENV{AUTOMATED_TESTING} == 1) {
bad980
-    if (prompt ("Do you want to install module DP as a shortcut for Data::Peek ?", "y") =~ m/[yY]/) {
bad980
+	{
bad980
 	local $/;
bad980
 	open my $pm, "<", "Peek.pm" or die "CAnnot read Peek.pm: $!\n";
bad980
 	my $vsn = do { <$pm> =~ m/^\$VERSION\s*=\s*"([0-9._]+)/m; $1 };