summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-11-28 15:01:24 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-11-28 15:01:24 +0100
commit014530329eda6c695780760ec2c4307a3c39c523 (patch)
tree599cbd379d2a6f67cd244ca3266a7b3c71c71b00 /lib/perl5db.pl
parentfad448f483699c785bb136aef39370fc62659f63 (diff)
downloadperl-014530329eda6c695780760ec2c4307a3c39c523.tar.gz
Revert "Configure has a path to less and perl5db.pl can use it"
This reverts commit bf320d637919b3a2a72298748aa76e686e9b3e45. Andy Dougherty points out that after Configure has run, the "less" config variable is no longer useful, as described in Porting/Glossary.
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index fedcbe39c2..711d1988a8 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -7620,12 +7620,6 @@ C<$fixed_less> so we don't have to go through doing the stats again.
sub fix_less {
- my $config_less = eval {
- require Config;
- $Config::Config{less};
- };
- return $config_less if $config_less;
-
# We already know if this is set.
return if $fixed_less;