In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/be83fca73d75a3c4d7b422923ba261b86a46f8fd?hp=c608e803deefdbeca9961ca4913f4addb6bb3ae0>

- Log -----------------------------------------------------------------
commit be83fca73d75a3c4d7b422923ba261b86a46f8fd
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 16:00:31 2013 -0600

    dist/bignum/lib/bignum.pm: Fix broken pod link

M       dist/bignum/lib/bignum.pm
M       t/porting/known_pod_issues.dat

commit f9316eb1bb8a5d873ce1b289af4915f5d03f8888
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 15:53:49 2013 -0600

    ext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod links

M       ext/Pod-Html/testdir/perlvar-copy.pod
M       t/porting/known_pod_issues.dat

commit e0f4a93e3965524fe72bfbe4b922e6410dcd700e
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 15:46:46 2013 -0600

    dist/bignum/lib/bigrat.pm: Fix broken pod link

M       dist/bignum/lib/bigrat.pm
M       t/porting/known_pod_issues.dat

commit 326f3c9d0b8473a7d4fbb500f6abd7754a728f67
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 15:43:09 2013 -0600

    dist/bignum/lib/bigint.pm: Fix broken pod link

M       dist/bignum/lib/bigint.pm
M       t/porting/known_pod_issues.dat

commit 50a54b125ced2d4c970c1170fc2e27ab1a0a7d64
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 15:37:33 2013 -0600

    Math/BigRat.pm: Fix some broken pod links
    
    This also changes the link to blog() to an internal one; it remains
    broken, but should be documented in this pod, not outside it

M       dist/Math-BigRat/lib/Math/BigRat.pm
M       t/porting/known_pod_issues.dat

commit b2ea1669626f2fa4c27db23368603b394afc6f3f
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 15:36:20 2013 -0600

    libnetcfg.PL: Fix broken pod link

M       t/porting/known_pod_issues.dat
M       utils/libnetcfg.PL

commit 3cabf492ab13325bb66fc60d28e5b0846538e7fa
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 15:02:15 2013 -0600

    Math-BigInt: Fix some broken links

M       dist/Math-BigInt/lib/Math/BigFloat.pm
M       dist/Math-BigInt/lib/Math/BigInt.pm
M       dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
M       t/porting/known_pod_issues.dat

commit 3ecd756934919b7d8847ae01fd8fc9d35ca96a84
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 13:25:44 2013 -0600

    Tie/File.pm: Fix pod broken link typo

M       dist/Tie-File/lib/Tie/File.pm
M       t/porting/known_pod_issues.dat

commit d7591807c563b31b97442bbf573161cbd84de15d
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 13:21:17 2013 -0600

    podcheck.t: Note existence of some CPAN modules

M       t/porting/known_pod_issues.dat

commit 256215225c368ab17a749b66e3915e60b10a6caa
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 18 13:07:12 2013 -0600

    constant.pm: Rmv ref in pod to non-existent module

M       dist/constant/lib/constant.pm
M       t/porting/known_pod_issues.dat
-----------------------------------------------------------------------

Summary of changes:
 dist/Math-BigInt/lib/Math/BigFloat.pm       |    4 +-
 dist/Math-BigInt/lib/Math/BigInt.pm         |    4 +-
 dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm |    4 +-
 dist/Math-BigRat/lib/Math/BigRat.pm         |    8 +++---
 dist/Tie-File/lib/Tie/File.pm               |    4 +-
 dist/bignum/lib/bigint.pm                   |    4 +-
 dist/bignum/lib/bignum.pm                   |    4 +-
 dist/bignum/lib/bigrat.pm                   |    4 +-
 dist/constant/lib/constant.pm               |    5 +---
 ext/Pod-Html/testdir/perlvar-copy.pod       |    4 +-
 t/porting/known_pod_issues.dat              |   29 +++++++++++---------------
 utils/libnetcfg.PL                          |    2 +-
 12 files changed, 34 insertions(+), 42 deletions(-)

diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm 
b/dist/Math-BigInt/lib/Math/BigFloat.pm
index c860582..b0f2e4d 100644
--- a/dist/Math-BigInt/lib/Math/BigFloat.pm
+++ b/dist/Math-BigInt/lib/Math/BigFloat.pm
@@ -12,7 +12,7 @@ package Math::BigFloat;
 #   _a : accuracy
 #   _p : precision
 
-$VERSION = '1.997';
+$VERSION = '1.998';
 require 5.006002;
 
 require Exporter;
@@ -4474,7 +4474,7 @@ influence any further operation.
 =head1 SEE ALSO
 
 L<Math::BigInt>, L<Math::BigRat> and L<Math::Big> as well as
-L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
+L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
 
 The pragmas L<bignum>, L<bigint> and L<bigrat> might also be of interest
 because they solve the autoupgrading/downgrading issue, at least partly.
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm 
b/dist/Math-BigInt/lib/Math/BigInt.pm
index 9082a35..37c6b37 100644
--- a/dist/Math-BigInt/lib/Math/BigInt.pm
+++ b/dist/Math-BigInt/lib/Math/BigInt.pm
@@ -18,7 +18,7 @@ package Math::BigInt;
 my $class = "Math::BigInt";
 use 5.006002;
 
-$VERSION = '1.999';
+$VERSION = '1.9991';
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(objectify bgcd blcm); 
@@ -5330,7 +5330,7 @@ the same terms as Perl itself.
 =head1 SEE ALSO
 
 L<Math::BigFloat>, L<Math::BigRat> and L<Math::Big> as well as
-L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
+L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
 
 The pragmas L<bignum>, L<bigint> and L<bigrat> also might be of interest
 because they solve the autoupgrading/downgrading issue, at least partly.
diff --git a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm 
b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
index 1d754ff..c82e153 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.997';
+$VERSION = '1.998';
 
 package Math::BigInt;
 
@@ -323,7 +323,7 @@ Tels from 2001-2003.
 
 =head1 SEE ALSO
 
-L<Math::BigInt>, L<Math::BigFloat>, L<Math::BigInt::BitVect>,
+L<Math::BigInt>, L<Math::BigFloat>,
 L<Math::BigInt::GMP> and L<Math::BigInt::Pari>.
 
 =cut
diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm 
b/dist/Math-BigRat/lib/Math/BigRat.pm
index eb07e82..a70a429 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.2603';
+$VERSION = '0.2604';
 $VERSION = eval $VERSION;
 
 # inherit overload from Math::BigFloat, but disable the bitwise ops that don't
@@ -1692,7 +1692,7 @@ BigInts.
 
 Returns the object as a scalar. This will lose some data if the object
 cannot be represented by a normal Perl scalar (integer or float), so
-use L<as_int()> or L<as_float()> instead.
+use L<as_int()|/as_int()E<sol>as_number()> or L</as_float()> instead.
 
 This routine is automatically used whenever a scalar is required:
 
@@ -1925,7 +1925,7 @@ Euler's number.
 
 This method was added in v0.20 of Math::BigRat (May 2007).
 
-See also L<blog()>.
+See also L</blog()>.
 
 =head2 bnok()
 
@@ -2012,7 +2012,7 @@ the same terms as Perl itself.
 
 =head1 SEE ALSO
 
-L<Math::BigFloat> and L<Math::Big> as well as L<Math::BigInt::BitVect>,
+L<Math::BigFloat> and L<Math::Big> as well as
 L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
 
 See L<http://search.cpan.org/search?dist=bignum> for a way to use
diff --git a/dist/Tie-File/lib/Tie/File.pm b/dist/Tie-File/lib/Tie/File.pm
index 3862da2..a288218 100644
--- a/dist/Tie-File/lib/Tie/File.pm
+++ b/dist/Tie-File/lib/Tie/File.pm
@@ -7,7 +7,7 @@ use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 
'O_WRONLY', 'O_RDONLY';
 sub O_ACCMODE () { O_RDONLY | O_RDWR | O_WRONLY }
 
 
-$VERSION = "0.98";
+$VERSION = "0.99";
 my $DEFAULT_MEMORY_SIZE = 1<<21;    # 2 megabytes
 my $DEFAULT_AUTODEFER_THRESHHOLD = 3; # 3 records
 my $DEFAULT_AUTODEFER_FILELEN_THRESHHOLD = 65536; # 16 disk blocksful
@@ -2361,7 +2361,7 @@ will be rewritten in a single pass.
 (Actually, the preceding discussion is something of a fib.  You don't
 need to enable deferred writing to get good performance for this
 common case, because C<Tie::File> will do it for you automatically
-unless you specifically tell it not to.  See L<"autodeferring">,
+unless you specifically tell it not to.  See L<"Autodeferring">,
 below.)
 
 Calling C<-E<gt>flush> returns the array to immediate-write mode.  If
diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm
index 6bd69db..38aa7da 100644
--- a/dist/bignum/lib/bigint.pm
+++ b/dist/bignum/lib/bigint.pm
@@ -1,7 +1,7 @@
 package bigint;
 use 5.006;
 
-$VERSION = '0.32';
+$VERSION = '0.33';
 use Exporter;
 @ISA           = qw( Exporter );
 @EXPORT_OK     = qw( PI e bpi bexp hex oct );
@@ -676,7 +676,7 @@ Especially L<bigrat> as in C<perl -Mbigrat -le 'print 
1/3+1/4'> and
 L<bignum> as in C<perl -Mbignum -le 'print sqrt(2)'>.
 
 L<Math::BigInt>, L<Math::BigRat> and L<Math::Big> as well
-as L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
+as L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
 
 =head1 AUTHORS
 
diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm
index 14b45e4..3c00a89 100644
--- a/dist/bignum/lib/bignum.pm
+++ b/dist/bignum/lib/bignum.pm
@@ -1,7 +1,7 @@
 package bignum;
 use 5.006;
 
-$VERSION = '0.32';
+$VERSION = '0.33';
 use Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bexp bpi hex oct ); 
@@ -641,7 +641,7 @@ the same terms as Perl itself.
 Especially L<bigrat> as in C<perl -Mbigrat -le 'print 1/3+1/4'>.
 
 L<Math::BigFloat>, L<Math::BigInt>, L<Math::BigRat> and L<Math::Big> as well
-as L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
+as L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
 
 =head1 AUTHORS
 
diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm
index 2201e98..d413429 100644
--- a/dist/bignum/lib/bigrat.pm
+++ b/dist/bignum/lib/bigrat.pm
@@ -1,7 +1,7 @@
 package bigrat;
 use 5.006;
 
-$VERSION = '0.32';
+$VERSION = '0.33';
 require Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bpi bexp hex oct );
@@ -527,7 +527,7 @@ the same terms as Perl itself.
 Especially L<bignum>.
 
 L<Math::BigFloat>, L<Math::BigInt>, L<Math::BigRat> and L<Math::Big> as well
-as L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
+as L<Math::BigInt::Pari> and  L<Math::BigInt::GMP>.
 
 =head1 AUTHORS
 
diff --git a/dist/constant/lib/constant.pm b/dist/constant/lib/constant.pm
index d876093..1940b8e 100644
--- a/dist/constant/lib/constant.pm
+++ b/dist/constant/lib/constant.pm
@@ -4,7 +4,7 @@ use strict;
 use warnings::register;
 
 use vars qw($VERSION %declared);
-$VERSION = '1.25';
+$VERSION = '1.26';
 
 #=======================================================================
 
@@ -371,9 +371,6 @@ C<< CONSTANT => 'value' >>.
 
 L<Readonly> - Facility for creating read-only scalars, arrays, hashes.
 
-L<Const> - Facility for creating read-only variables. Similar to C<Readonly>,
-but uses C<SvREADONLY> instead of C<tie>.
-
 L<Attribute::Constant> - Make read-only variables via attribute
 
 L<Scalar::Readonly> - Perl extension to the C<SvREADONLY> scalar flag
diff --git a/ext/Pod-Html/testdir/perlvar-copy.pod 
b/ext/Pod-Html/testdir/perlvar-copy.pod
index 04d2a74..9cb9b68 100644
--- a/ext/Pod-Html/testdir/perlvar-copy.pod
+++ b/ext/Pod-Html/testdir/perlvar-copy.pod
@@ -481,7 +481,7 @@ buffered otherwise.  Setting this variable is useful 
primarily when
 you are outputting to a pipe or socket, such as when you are running
 a Perl program under B<rsh> and want to see the output as it's
 happening.  This has no effect on input buffering.  See L<perlfunc/getc>
-for that.  See L<perldoc/select> on how to select the output channel. 
+for that.  See L<perlfunc/select> on how to select the output channel.
 See also L<IO::Handle>. (Mnemonic: when you want your pipes to be piping hot.)
 
 =item IO::Handle->output_field_separator EXPR
@@ -725,7 +725,7 @@ contains formline() calls that put their result into 
C<$^A>.  After
 calling its format, write() prints out the contents of C<$^A> and empties.
 So you never really see the contents of C<$^A> unless you call
 formline() yourself and then look at it.  See L<perlform> and
-L<perlfunc/formline()>.
+L<formline|perlfunc/formline PICTURE,LIST>.
 
 =item $CHILD_ERROR
 
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index b9ba876..46790cb 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -18,10 +18,14 @@ Apache::MP3
 Array::Base
 Attribute::Constant
 basename(1)
+Benchmark::Perl::Formance
 ByteLoader
 bzip2(1)
+Carp::Always
 Carp::Assert
+Carp::Clan
 chcp(1)
+Class::Accessor
 Class::C3
 Class::ISA
 Class::PseudoHash
@@ -59,6 +63,7 @@ getpriority(2)
 HTTP::Lite
 inetd(8)
 IPC::Run
+IPC::Signal
 kill(3)
 langinfo(3)
 Lingua::KO::Hangul::Util
@@ -78,9 +83,13 @@ Module::CPANTS::Analyse
 Module::Find
 Module::Info
 Module::Starter
+Moo
+Moose
 MRO::Compat
 nl_langinfo(3)
 Number::Format
+Object::InsideOut
+Object::Tiny
 open(2)
 OS2::Proc
 OS2::WinObject
@@ -110,7 +119,9 @@ pstruct
 ptar(1)
 ptargrep(1)
 pwd_mkdb(8)
+Readonly
 recvmsg(3)
+Role::Tiny
 s2p
 Scalar::Readonly
 Semi::Semicolons
@@ -153,11 +164,6 @@ Win32::Locale
 YAML
 YAML::Syck
 YAML::Tiny
-dist/bignum/lib/bigint.pm      Apparent broken link    1
-dist/bignum/lib/bignum.pm      Apparent broken link    1
-dist/bignum/lib/bigrat.pm      Apparent broken link    1
-dist/carp/lib/carp.pm  Apparent broken link    2
-dist/constant/lib/constant.pm  Apparent broken link    2
 dist/cwd/lib/file/spec/vms.pm  Verbatim line length including indents exceeds 
79 by    1
 dist/cwd/lib/file/spec/win32.pm        Verbatim line length including indents 
exceeds 79 by    1
 dist/data-dumper/dumper.pm     ? Should you be using L<...> instead of 1
@@ -165,14 +171,10 @@ dist/extutils-parsexs/lib/perlxs.pod      Verbatim line 
length including indents exce
 dist/extutils-parsexs/lib/perlxstut.pod        Verbatim line length including 
indents exceeds 79 by    10
 dist/filter-simple/lib/filter/simple.pm        Verbatim paragraph in NAME 
section      1
 dist/locale-maketext/lib/locale/maketext/tpj13.pod     No items in =over / 
=back list  3
-dist/math-bigint/lib/math/bigfloat.pm  Apparent broken link    1
-dist/math-bigint/lib/math/bigint.pm    Apparent broken link    1
 dist/math-bigint/lib/math/bigint.pm    Verbatim line length including indents 
exceeds 79 by    77
-dist/math-bigint/lib/math/bigint/calcemu.pm    Apparent broken link    1
 dist/math-bigint/lib/math/bigint/calcemu.pm    empty section in previous 
paragraph     3
-dist/math-bigrat/lib/math/bigrat.pm    Apparent broken link    3
-dist/math-bigrat/lib/math/bigrat.pm    Apparent internal link is missing its 
forward slash     1
 dist/math-bigrat/lib/math/bigrat.pm    Verbatim line length including indents 
exceeds 79 by    7
+dist/math-bigrat/lib/math/bigrat.pm    unresolved internal link        1
 dist/module-corelist/blib/script/corelist      Verbatim line length including 
indents exceeds 79 by    1
 dist/module-corelist/lib/module/corelist.pod   Verbatim line length including 
indents exceeds 79 by    4
 dist/net-ping/lib/net/ping.pm  Verbatim line length including indents exceeds 
79 by    2
@@ -183,7 +185,6 @@ dist/storable/storable.pm   Verbatim line length including 
indents exceeds 79 by    4
 dist/thread-queue/lib/thread/queue.pm  Verbatim line length including indents 
exceeds 79 by    4
 dist/threads/lib/threads.pm    Verbatim line length including indents exceeds 
79 by    3
 dist/tie-file/lib/tie/file.pm  Verbatim line length including indents exceeds 
79 by    3
-dist/tie-file/lib/tie/file.pm  unresolved internal link        1
 ext/b/b/concise.pm     Verbatim line length including indents exceeds 79 by    
1
 ext/devel-peek/peek.pm ? Should you be using L<...> instead of 2
 ext/devel-peek/peek.pm Verbatim line length including indents exceeds 79 by    
2
@@ -194,7 +195,6 @@ ext/i18n-langinfo/langinfo.pm       Verbatim line length 
including indents exceeds 79
 ext/pod-html/bin/pod2html      Pod NAME already used   1
 ext/pod-html/testdir/perlpodspec-copy.pod      Verbatim line length including 
indents exceeds 79 by    8
 ext/pod-html/testdir/perlvar-copy.pod  ? Should you be using L<...> instead of 
3
-ext/pod-html/testdir/perlvar-copy.pod  Apparent broken link    2
 ext/pod-html/testdir/perlvar-copy.pod  Verbatim line length including indents 
exceeds 79 by    6
 ext/posix/lib/posix.pod        Verbatim line length including indents exceeds 
79 by    13
 ext/vms-dclsym/dclsym.pm       ? Should you be using L<...> instead of 1
@@ -240,7 +240,6 @@ pod/perlhurd.pod    Verbatim line length including indents 
exceeds 79 by    2
 pod/perlintern.pod     ? Should you be using L<...> instead of 5
 pod/perlinterp.pod     ? Should you be using L<...> instead of 1
 pod/perliol.pod        Verbatim line length including indents exceeds 79 by    
8
-pod/perlipc.pod        Apparent broken link    1
 pod/perlipc.pod        Verbatim line length including indents exceeds 79 by    
19
 pod/perlirix.pod       Verbatim line length including indents exceeds 79 by    
4
 pod/perllol.pod        Verbatim line length including indents exceeds 79 by    
4
@@ -251,9 +250,7 @@ pod/perlmodstyle.pod        Verbatim line length including 
indents exceeds 79 by    2
 pod/perlmroapi.pod     ? Should you be using L<...> instead of 1
 pod/perlnetware.pod    Verbatim line length including indents exceeds 79 by    
4
 pod/perlnewmod.pod     Verbatim line length including indents exceeds 79 by    
1
-pod/perlobj.pod        Apparent broken link    1
 pod/perlootut.pod      ? Should you be using F<...> or maybe L<...> instead of 
1
-pod/perlootut.pod      Apparent internal link is missing its forward slash     
16
 pod/perlos2.pod        ? Should you be using L<...> instead of 2
 pod/perlos2.pod        Verbatim line length including indents exceeds 79 by    
22
 pod/perlos390.pod      Verbatim line length including indents exceeds 79 by    
11
@@ -288,11 +285,9 @@ porting/how_to_write_a_perldelta.pod       Verbatim line 
length including indents exce
 porting/pumpkin.pod    Verbatim line length including indents exceeds 79 by    
9
 porting/release_managers_guide.pod     Verbatim line length including indents 
exceeds 79 by    7
 porting/release_schedule.pod   There is no NAME        1
-porting/todo.pod       Apparent broken link    1
 porting/todo.pod       Verbatim line length including indents exceeds 79 by    
7
 symbian/perlutil.pod   Verbatim line length including indents exceeds 79 by    
4
 utils/c2ph     Verbatim line length including indents exceeds 79 by    44
-utils/libnetcfg        Apparent broken link    1
 utils/pod2html Pod NAME already used   1
 vms/ext/filespec.pm    Verbatim line length including indents exceeds 79 by    
1
 x2p/a2p.pod    empty section in previous paragraph     2
diff --git a/utils/libnetcfg.PL b/utils/libnetcfg.PL
index c6908f8..59a2de8 100644
--- a/utils/libnetcfg.PL
+++ b/utils/libnetcfg.PL
@@ -85,7 +85,7 @@ specified using the -o option, C<-o newfile>.
 
 =head1 SEE ALSO
 
-L<Net::Config>, L<Net::libnetFAQ>
+L<Net::Config>, L<libnetFAQ>
 
 =head1 AUTHORS
 

--
Perl5 Master Repository

Reply via email to