summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/cpan
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/cpan')
-rw-r--r--gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t7
-rw-r--r--gnu/usr.bin/perl/cpan/CPAN-Meta/Changes29
-rw-r--r--gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm4
-rw-r--r--gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod43
-rw-r--r--gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST3
-rw-r--r--gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE2
6 files changed, 23 insertions, 65 deletions
diff --git a/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t b/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t
index 5adbc1e8785..8e679f5fda0 100644
--- a/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t
+++ b/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t
@@ -10,7 +10,7 @@ BEGIN {
use File::Spec::Functions ':ALL';
use t::lib::Test;
-use Test::More tests(0, 1, 6);
+use Test::More tests(0, 1, 5);
use CPAN::Meta::YAML;
@@ -41,12 +41,11 @@ SKIP: {
SKIP: {
unless ( CPAN::Meta::YAML::HAVE_UTF8() ) {
- skip("no utf8 support", 2 );
+ skip("no utf8 support", 1 );
}
eval { utf8::is_utf8('') };
if ( $@ ) {
- skip("no is_utf8 to test with until 5.8.1", 2);
+ skip("no is_utf8 to test with until 5.8.1", 1);
}
ok( utf8::is_utf8($yaml->[0]->{author}), "utf8 decoded" );
- is( length($yaml->[0]->{author}), 39, "utf8 decoded as characters" );
}
diff --git a/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes b/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes
index e866b7611ff..61d6b27d675 100644
--- a/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes
+++ b/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes
@@ -1,34 +1,5 @@
Revision history for CPAN-Meta
-2.120921 2012-04-01 15:20:24 Europe/Paris
-
- [REMOVED]
-
- - CPAN::Meta::Requirements has been split out into its own distribution
- so it can be used by CPAN.pm without requiring all of CPAN::Meta
-
-2.120920 2012-04-01 11:30:43 Europe/Paris
-
- [ADDED]
-
- - CPAN::Meta::Requirements now has a 'requirements_for_module' method
- to retrieve a version requirements string for a specific module
- [Leon Timmermans]
-
- [OTHER]
-
- - Parse::CPAN::Meta prerequisite bumped to 1.4403
- - JSON::PP prerequisites bumped to 2.27200
- - CPAN::Meta::YAML prerequisite bumped to 0.008
-
-2.120900 2012-03-30 13:15:15 Europe/Paris
-
- [BUGFIX]
-
- - CPAN::Meta::Requirements now treats undef requirements given to
- from_string_hash() as '0' and warns about it; add_string_requirements()
- dies if it does not get a requirements string to parse
-
2.120630 2012-03-03 14:48:35 EST5EDT
[BUGFIX]
diff --git a/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm b/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
index fc6d99dd979..f4b1aaf97b9 100644
--- a/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
+++ b/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
@@ -28,14 +28,12 @@ use strict;
require Pod::ParseUtils;
use base qw/ Pod::Select /;
-use if $] > 5.017, 'deprecate';
-
# use Data::Dumper; # for debugging
use Carp;
use vars qw/ $VERSION %HTML_Escapes @LatexSections /;
-$VERSION = '0.61';
+$VERSION = '0.60';
# Definitions of =headN -> latex mapping
@LatexSections = (qw/
diff --git a/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod b/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod
index 55febc4bf94..42a9eab4cdb 100644
--- a/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod
+++ b/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod
@@ -5,28 +5,28 @@ perldoc - Look up Perl documentation in Pod format.
=head1 SYNOPSIS
- perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-F]
- [-i] [-V] [-T] [-r]
- [-d destination_file]
- [-o formatname]
- [-M FormatterClassName]
- [-w formatteroption:value]
- [-n nroff-replacement]
- [-X]
- [-L language_code]
+ B<perldoc> [B<-h>] [B<-D>] [B<-t>] [B<-u>] [B<-m>] [B<-l>] [B<-F>]
+ [B<-i>] [B<-V>] [B<-T>] [B<-r>]
+ [B<-dI<destination_file>>]
+ [B<-oI<formatname>>]
+ [B<-MI<FormatterClassName>>]
+ [B<-wI<formatteroption:value>>]
+ [B<-n>I<nroff-replacement>]
+ [B<-X>]
+ [B<-L> I<language_code>]
PageName|ModuleName|ProgramName|URL
Examples:
- perldoc -f BuiltinFunction
+ B<perldoc> B<-f> BuiltinFunction
- perldoc -L it -f BuiltinFunction
+ B<perldoc> B<-L> it B<-f> BuiltinFunction
- perldoc -q FAQ Keyword
+ B<perldoc> B<-q> FAQ Keyword
- perldoc -L fr -q FAQ Keyword
+ B<perldoc> B<-L> fr B<-q> FAQ Keyword
- perldoc -v PerlVariable
+ B<perldoc> B<-v> PerlVariable
See below for more description of the switches.
@@ -116,7 +116,7 @@ Examples:
=item B<-T>
This specifies that the output is not to be sent to a pager, but is to
-be sent directly to STDOUT.
+be sent right to STDOUT.
=item B<-d> I<destination-filename>
@@ -219,14 +219,15 @@ drop privileges by setting the effective and real IDs to nobody's
or nouser's account, or -2 if unavailable. If it cannot relinquish
its privileges, it will not run.
+
=head1 ENVIRONMENT
Any switches in the C<PERLDOC> environment variable will be used before the
command line arguments.
-Useful values for C<PERLDOC> include C<-oterm>, C<-otext>, C<-ortf>,
+Useful values for C<PERLDOC> include C<-oman>, C<-otext>, C<-otk>, C<-ortf>,
C<-oxml>, and so on, depending on what modules you have on hand; or
-the formatter class may be specified exactly with C<-MPod::Perldoc::ToTerm>
+the formatter class may be specified exactly with C<-MPod::Perldoc::ToMan>
or the like.
C<perldoc> also searches directories
@@ -235,12 +236,6 @@ defined) and C<PATH> environment variables.
(The latter is so that embedded pods for executables, such as
C<perldoc> itself, are available.)
-In directories where either C<Makefile.PL> or C<Build.PL> exist, C<perldoc>
-will add C<.> and C<lib> first to its search path, and as long as you're not
-the superuser will add C<blib> too. This is really helpful if you're working
-inside of a build directory and want to read through the docs even if you
-have a version of a module previously installed.
-
C<perldoc> will use, in order of preference, the pager defined in
C<PERLDOC_PAGER>, C<MANPAGER>, or C<PAGER> before trying to find a pager
on its own. (C<MANPAGER> is not used if C<perldoc> was told to display
@@ -249,7 +244,7 @@ plain text or unformatted pod.)
One useful value for C<PERLDOC_PAGER> is C<less -+C -E>.
Having PERLDOCDEBUG set to a positive integer will make perldoc emit
-even more descriptive output than the C<-D> switch does; the higher the
+even more descriptive output than the C<-v> switch does; the higher the
number, the more it emits.
diff --git a/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST b/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST
index 93e9ac84180..ee35512034d 100644
--- a/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST
+++ b/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST
@@ -76,7 +76,6 @@ t/aggregator.t
t/bailout.t
t/base.t
t/callbacks.t
-t/compat/env_opts.t
t/compat/env.t
t/compat/failure.t
t/compat/inc-propagation.t
@@ -126,7 +125,6 @@ t/multiplexer.t
t/nested.t
t/nofork-mux.t
t/nofork.t
-t/nowarn.t
t/object.t
t/parse.t
t/parser-config.t
@@ -234,4 +232,3 @@ xt/author/pod.t
xt/author/stdin.t
xt/perls/harness_perl.t
xt/perls/sample-tests/perl_version
-META.json
diff --git a/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE b/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE
index bd2b6f03141..c0e58b04361 100644
--- a/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE
+++ b/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE
@@ -156,7 +156,6 @@ t/compat/040-test-harness-compat.t
t/compat/060-version.t
t/compat/base.t
t/compat/callback.t
-t/compat/env.opts.t
t/compat/env.t
t/compat/failure.t
t/compat/from_line.t
@@ -221,7 +220,6 @@ t/multiplexer.t
t/nested.t
t/nofork-mux.t
t/nofork.t
-t/nowarn.t
t/object.t
t/parse.t
t/parser-config.t