Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: typos in cpan help
Hi, the attached patch is against the 1.9301 version of CPAN.pm. It fixes two typos and adds a help message for the »get« command. Thanks, Frank
Subject: CPAN.pm.diff
--- CPAN.pm.old 2009-01-07 13:39:59.000000000 +0100 +++ CPAN.pm 2009-01-07 13:44:42.000000000 +0100 @@ -923,7 +923,7 @@ '?' => \"help", '!' => "eval the rest of the line as perl", a => "whois author", - autobundle => "wtite inventory into a bundle file", + autobundle => "write inventory into a bundle file", b => "info about bundle", bye => \"quit", clean => "clean up a distribution's build directory", @@ -934,6 +934,7 @@ failed => "list all failed actions within current session", fforce => "redo a command from scratch", force => "redo a command", + get => "download a distribution", h => \"help", help => "overview over commands; 'help ...' explains specific commands", hosts => "statistics about recently used hosts", @@ -952,7 +953,7 @@ q => \"quit", quit => "leave the cpan shell", r => "review over upgradeable modules", - readme => "display the README of a distro woth a pager", + readme => "display the README of a distro with a pager", recent => "show recent uploads to the CPAN", # recompile reload => "'reload cpan' or 'reload index'",
Subject: Re: [rt.cpan.org #42210] typos in cpan help
Date: Wed, 7 Jan 2009 08:22:55 -0500
To: bug-CPAN [...] rt.cpan.org
From: "David Golden" <dagolden [...] cpan.org>
On Wed, Jan 7, 2009 at 7:48 AM, Frank Wiegand via RT <bug-CPAN@rt.cpan.org>wrote: Show quoted text
> the attached patch is against the 1.9301 version of CPAN.pm. It fixes > two typos and adds a help message for the »get« command. >
Thanks. Applied in my repo to both 1.93-maint branch and to the trunk (where those changes were applied to lib/CPAN/Shell.pm) Andreas -- you'll need to pull both branches separately from my repo. -- David
Subject: Re: [rt.cpan.org #42210] typos in cpan help
Date: Thu, 08 Jan 2009 09:13:13 +0100
To: bug-CPAN [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Wed, 07 Jan 2009 08:23:09 -0500, "David Golden via RT" <bug-CPAN@rt.cpan.org> said:
Show quoted text
> Andreas -- you'll need to pull both branches separately from my repo.
Done, and pushed back to github. Thanks! -- andreas
From: ddascalescu+perl [...] gmail.com
One more typo: "Or since the event of Module::Build, we should talk about two mantras" should read "Or since the advent of Module::Build [...]"
Typos fixed in repository