From 3d6c5fec8cb3579a30be60177e31058bc31285d7 Mon Sep 17 00:00:00 2001 From: David Golden Date: Thu, 23 May 2013 18:08:48 -0400 Subject: [PATCH] fix various podcheck nits --- Porting/how_to_write_a_perldelta.pod | 6 +++++- Porting/release_schedule.pod | 4 ++++ dist/Filter-Simple/lib/Filter/Simple.pm | 3 +-- dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm | 12 ++++++++---- dist/Math-BigRat/lib/Math/BigRat.pm | 4 ++-- dist/Safe/Safe.pm | 6 ++---- lib/diagnostics.t | 2 +- lib/unicore/mktables | 28 +++++++++++++++++++++------- op.c | 4 ++-- pod/perldiag.pod | 6 +----- pod/perlfunc.pod | 3 +-- pod/perlunifaq.pod | 6 ++++-- t/porting/known_pod_issues.dat | 16 ---------------- x2p/a2p.pod | 4 ---- 14 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod index 5c2d88c..c9b5ea6 100644 --- a/Porting/how_to_write_a_perldelta.pod +++ b/Porting/how_to_write_a_perldelta.pod @@ -1,4 +1,8 @@ -=head1 How to write a perldelta +=head1 NAME + +how_to_write_a_perldelta - How to write a perldelta + +=head2 Description This is intended as a guide for how to write a perldelta. There has never been a formal specification - the working rule is "fake up a document that diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod index 9249f18..80704d9 100644 --- a/Porting/release_schedule.pod +++ b/Porting/release_schedule.pod @@ -1,5 +1,9 @@ =encoding utf8 +=head1 NAME + +release_schedule - Perl 5 release schedule + =head1 STABLE RELEASE SCHEDULE This schedule lists the projected or historical development and diff --git a/dist/Filter-Simple/lib/Filter/Simple.pm b/dist/Filter-Simple/lib/Filter/Simple.pm index 5de131f..d1da0b2 100644 --- a/dist/Filter-Simple/lib/Filter/Simple.pm +++ b/dist/Filter-Simple/lib/Filter/Simple.pm @@ -4,7 +4,7 @@ use Text::Balanced ':ALL'; use vars qw{ $VERSION @EXPORT }; -$VERSION = '0.89'; +$VERSION = '0.90'; use Filter::Util::Call; use Carp; @@ -243,7 +243,6 @@ __END__ Filter::Simple - Simplified source filtering - =head1 SYNOPSIS # in MyFilter.pm: diff --git a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm index c82e153..6295d86 100644 --- a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm +++ b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm @@ -5,7 +5,7 @@ use strict; # use warnings; # dont use warnings for older Perls use vars qw/$VERSION/; -$VERSION = '1.998'; +$VERSION = '1.999'; package Math::BigInt; @@ -305,11 +305,15 @@ using a call to the native lib. =head1 METHODS -=head2 __emu_bxor +=over -=head2 __emu_band +=item __emu_bxor -=head2 __emu_bior +=item __emu_band + +=item __emu_bior + +=back =head1 LICENSE diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm b/dist/Math-BigRat/lib/Math/BigRat.pm index a70a429..757a03b 100644 --- a/dist/Math-BigRat/lib/Math/BigRat.pm +++ b/dist/Math-BigRat/lib/Math/BigRat.pm @@ -24,7 +24,7 @@ use vars qw($VERSION @ISA $upgrade $downgrade @ISA = qw(Math::BigFloat); -$VERSION = '0.2604'; +$VERSION = '0.2605'; $VERSION = eval $VERSION; # inherit overload from Math::BigFloat, but disable the bitwise ops that don't @@ -1925,7 +1925,7 @@ Euler's number. This method was added in v0.20 of Math::BigRat (May 2007). -See also L. +See also C. =head2 bnok() diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index f00853e..bee3718 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -3,7 +3,7 @@ package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); -$Safe::VERSION = "2.35"; +$Safe::VERSION = "2.36"; # *** Don't declare any lexicals above this point *** # @@ -590,9 +590,7 @@ Deny I the listed operators from being used when compiling code in the compartment (I other operators will be permitted, so you probably don't want to use this method). -=head2 trap (OP, ...) - -=head2 untrap (OP, ...) +=head2 trap (OP, ...), untrap (OP, ...) The trap and untrap methods are synonyms for deny and permit respectfully. diff --git a/lib/diagnostics.t b/lib/diagnostics.t index 6eecdda..206d2a4 100644 --- a/lib/diagnostics.t +++ b/lib/diagnostics.t @@ -43,7 +43,7 @@ seek STDERR, 0,0; $warning = ''; warn 'Lexing code attempted to stuff non-Latin-1 character into Latin-1 input'; -like $warning, qr/using lex_stuff_pvn or similar/, 'L'; +like $warning, qr/lex_stuff_pvn or similar/, 'L'; # Multiple messages with the same description seek STDERR, 0,0; diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 76d4c68..5bb67e9 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -15493,20 +15493,34 @@ B =over 4 -=item Z<>B<*> is a wild-card +=item * -=item B<(\\d+)> in the info column gives the number of code points matched by +B<*> is a wild-card + +=item * + +B<(\\d+)> in the info column gives the number of code points matched by this property. -=item B<$DEPRECATED> means this is deprecated. +=item * + +B<$DEPRECATED> means this is deprecated. + +=item * + +B<$OBSOLETE> means this is obsolete. + +=item * + +B<$STABILIZED> means this is stabilized. -=item B<$OBSOLETE> means this is obsolete. +=item * -=item B<$STABILIZED> means this is stabilized. +B<$STRICTER> means tighter (stricter) name matching applies. -=item B<$STRICTER> means tighter (stricter) name matching applies. +=item * -=item B<$DISCOURAGED> means use of this form is discouraged, and may not be +B<$DISCOURAGED> means use of this form is discouraged, and may not be stable. =back diff --git a/op.c b/op.c index 96a06b1..1501e14 100644 --- a/op.c +++ b/op.c @@ -4969,7 +4969,7 @@ Perl_newGVOP(pTHX_ I32 type, I32 flags, GV *gv) Constructs, checks, and returns an op of any type that involves an embedded C-level pointer (PV). I is the opcode. I gives the eight bits of C. I supplies the C-level pointer, which -must have been allocated using L; the memory will +must have been allocated using C; the memory will be freed when the op is destroyed. =cut @@ -5664,7 +5664,7 @@ Perl_newASSIGNOP(pTHX_ I32 flags, OP *left, I32 optype, OP *right) Constructs a state op (COP). The state op is normally a C op, but will be a C op if debugging is enabled for currently-compiled -code. The state op is populated from L (or L). +code. The state op is populated from C (or C). If I