Blame SOURCES/Data-Peek-0.33.patch

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