Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 65035
Status: new
Priority: 0/
Queue: CPAN

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

Bug Information
Severity: Unimportant
Broken in: 1.9402
Fixed in: (no value)



Subject: pod lint
Patch attached for pod lint, makes podchecker in bleadperl happy (and probably other podcheckers too!).
Subject: cpanpodlint.patch
diff -urN CPAN-1.9402.orig/lib/CPAN/Admin.pm CPAN-1.9402/lib/CPAN/Admin.pm --- CPAN-1.9402.orig/lib/CPAN/Admin.pm 2009-03-13 16:59:24.000000000 +0000 +++ CPAN-1.9402/lib/CPAN/Admin.pm 2011-01-23 12:30:31.000000000 +0000 @@ -177,7 +177,7 @@ =head1 NAME - CPAN::Admin - A CPAN Shell for CPAN admins +CPAN::Admin - A CPAN Shell for CPAN admins =head1 SYNOPSIS diff -urN CPAN-1.9402.orig/lib/CPAN/HandleConfig.pm CPAN-1.9402/lib/CPAN/HandleConfig.pm --- CPAN-1.9402.orig/lib/CPAN/HandleConfig.pm 2009-06-14 20:09:21.000000000 +0100 +++ CPAN-1.9402/lib/CPAN/HandleConfig.pm 2011-01-23 12:32:00.000000000 +0000 @@ -380,7 +380,7 @@ 1; } -=head2 C<< CLASS->safe_quote ITEM >> +=head1 C<< CLASS->safe_quote ITEM >> Quotes an item to become safe against spaces in shell interpolation. An item is enclosed diff -urN CPAN-1.9402.orig/lib/CPAN.pm CPAN-1.9402/lib/CPAN.pm --- CPAN-1.9402.orig/lib/CPAN.pm 2009-06-27 03:21:40.000000000 +0100 +++ CPAN-1.9402/lib/CPAN.pm 2011-01-23 12:31:14.000000000 +0000 @@ -2135,28 +2135,28 @@ =over -=item +=item * pass additional arguments to one of the four commands, -=item +=item * set environment variables -=item +=item * instantiate an Expect object that reads from the console, waits for some regular expressions and enters some answers -=item +=item * temporarily override assorted C<CPAN.pm> configuration variables -=item +=item * specify dependencies the original maintainer forgot -=item +=item * disable the installation of an object altogether