Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 46129
Status: resolved
Priority: 0/
Queue: CPANPLUS

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

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: VISUAL not VISIUAL in Config.pm
This appears to be correct in the code but wrong in the pod: --- lib/CPANPLUS/Config.pm;-0 2009-03-02 07:06:09 -0600 +++ lib/CPANPLUS/Config.pm 2009-05-15 17:29:51 -0500 @@ -487,7 +487,7 @@ set it to: =item editor A string holding the path to your editor of choice. Defaults to your -$ENV{EDITOR}, $ENV{VISIUAL}, 'vi' or 'pico' programs, in that order. +$ENV{EDITOR}, $ENV{VISUAL}, 'vi' or 'pico' programs, in that order. =cut
On Fri May 15 18:29:22 2009, CBERRY wrote: Show quoted text
> This appears to be correct in the code but wrong in the pod: > > --- lib/CPANPLUS/Config.pm;-0 2009-03-02 07:06:09 -0600 > +++ lib/CPANPLUS/Config.pm 2009-05-15 17:29:51 -0500 > @@ -487,7 +487,7 @@ set it to: > =item editor > > A string holding the path to your editor of choice. Defaults to your > -$ENV{EDITOR}, $ENV{VISIUAL}, 'vi' or 'pico' programs, in that order. > +$ENV{EDITOR}, $ENV{VISUAL}, 'vi' or 'pico' programs, in that order. > > =cut > >
Thanks, applied.