Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 25223
Status: resolved
Priority: 0/
Queue: CPAN

People
Owner: Nobody in particular
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.87
  • 1.87_52
  • 1.87_53
  • 1.87_54
  • 1.87_55
  • 1.87_57
  • 1.87_59
  • 1.87_61
  • 1.87_62
  • 1.87_63
  • 1.87_64
  • 1.87_65
  • 1.88
  • 1.8801
  • 1.88_51
  • 1.88_53
  • 1.88_56
  • 1.88_59
  • 1.88_62
  • 1.88_65
  • 1.88_67
  • 1.88_68
  • 1.88_69
  • 1.88_71
  • 1.88_72
  • 1.88_73
  • 1.88_74
  • 1.88_75
  • 1.88_76
  • 1.88_77
Fixed in: (no value)



Subject: 'cpan -r' is broken
'cpan -r' generates the following error: Undefined subroutine &main::_recompile called at /usr/bin/cpan line 256. The attached patch fixes this.
Subject: cpan.patch
diff -urN CPAN-1.88_77/scripts/cpan CPAN-1.88_77-patched/scripts/cpan --- CPAN-1.88_77/scripts/cpan 2006-08-22 00:04:17.000000000 -0400 +++ CPAN-1.88_77-patched/scripts/cpan 2007-02-28 15:47:26.010969000 -0500 @@ -316,7 +316,7 @@ CPAN::Shell->autobundle; } -sub _recompiling +sub _recompile { print "Recompiling dynamically-loaded extensions\n";
This is fixed in 1.88_79 which will be released soon as the next stable release. Thanks for the report!