blob: f8f0ef0912917cdbfc989341fa0a01868e729ac8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- lib/CPANPLUS/Configure/Setup.pm.orig Sat Feb 12 01:04:03 2005
+++ lib/CPANPLUS/Configure/Setup.pm Sat Feb 12 01:06:04 2005
@@ -212,11 +212,14 @@
$choices = [$default, $other];
}
+=leeym
my $loc = $term->get_reply(
prompt => loc("Location of the Configuration file"),
default => $default,
choices => $choices,
);
+=cut
+ my $loc = $default;
$self->custom_config(1) unless $loc eq $default;
|