cpan> install Bundle::CPAN
Can't install Bundle::CPAN, don't have an associated bundle file. :-(
at /System/Library/Perl/CPAN.pm line 1806

Lines 1789 -- 1816 read:

+++++++++++++++++++++++++++++++++++++++++++++++++++++
if (ref $obj) {
CPAN->debug(
qq{pragma[$pragma]meth[$meth]obj[$obj]as_string\[}.
$obj->as_string.
qq{\]}
) if $CPAN::DEBUG;
$obj->$pragma()
if
$pragma
&&
($] < 5.00303 || $obj->can($pragma)); ###
### compatibility
### with
### 5.003
if ($]>=5.00303 && $obj->can('called_for')) {
$obj->called_for($s);
}
CPAN::Queue->delete($s) if $obj->$meth(); # if it is more
# than once in
# the queue
} elsif ($CPAN::META->exists('CPAN::Author',$s)) {
$obj = $CPAN::META->instance('CPAN::Author',$s);
$CPAN::Frontend->myprint(
join "",
"Don't be silly, you can't $meth ",
$obj->fullname,
" ;-)\n"
);


+++++++++++++++++++++++++++++++++++++++++++++++++

I am bewildered


--
D'oh!
[EMAIL PROTECTED] (OS X)

Reply via email to