Copy from home:computersalat:devel:perl/perl-BioPerl via accept of submit request 45939 revision 3. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/45939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-BioPerl?expand=0&rev=1
13 lines
757 B
Diff
13 lines
757 B
Diff
diff -ruN BioPerl-1.6.1-orig/Bio/Root/Build.pm BioPerl-1.6.1/Bio/Root/Build.pm
|
|
--- BioPerl-1.6.1-orig/Bio/Root/Build.pm 2009-09-29 18:33:53.000000000 +0200
|
|
+++ BioPerl-1.6.1/Bio/Root/Build.pm 2010-08-04 15:56:14.000000000 +0200
|
|
@@ -425,7 +425,7 @@
|
|
else {
|
|
my $question = $required ? "$desired is absolutely required prior to installation: shall I install it now using a CPAN shell?" :
|
|
"To install $desired I'll need to open a CPAN shell right now; is that OK?";
|
|
- my $do_install = $self->y_n($question.' y/n', 'y');
|
|
+ my $do_install = $self->y_n($question.' y/n', 'n');
|
|
|
|
if ($do_install) {
|
|
# Here we use CPAN to actually install the desired module, the benefit
|