diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perl5122delta.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/pods/perl5122delta.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perl5122delta.pod b/Master/tlpkg/tlperl/lib/pods/perl5122delta.pod index 9a150cc0100..445e74dea77 100644 --- a/Master/tlpkg/tlperl/lib/pods/perl5122delta.pod +++ b/Master/tlpkg/tlperl/lib/pods/perl5122delta.pod @@ -58,8 +58,8 @@ overriding C<caller()> incorrectly. =item C<CPANPLUS> A patch to F<cpanp-run-perl> has been backported from CPANPLUS C<0.9004>. This -resolves L<[perl #55964]|http://rt.perl.org/rt3/Ticket/Display.html?id=55964> -and L<[perl #57106]|http://rt.perl.org/rt3/Ticket/Display.html?id=57106>, both +resolves L<RT #55964|http://rt.cpan.org/Public/Bug/Display.html?id=55964> +and L<RT #57106|http://rt.cpan.org/Public/Bug/Display.html?id=57106>, both of which related to failures to install distributions that use C<Module::Install::DSL>. @@ -89,12 +89,12 @@ name is empty; C<abs2rel()> properly handles Unix-style input. =over -=item * +=item * F<perlbug> now always gives the reporter a chance to change the email address it guesses for them. -=item * +=item * F<perlbug> should no longer warn about uninitialized values when using the C<-d> and C<-v> options. @@ -226,7 +226,7 @@ now supports get/set magic and thus tied buffers correctly. =item * -The C<pp_getc>, C<pp_tell>, and C<pp_eof> opcodes now make room on the +The C<pp_getc>, C<pp_tell>, and C<pp_eof> opcodes now make room on the stack for their return values in cases where no argument was passed in. =item * @@ -241,7 +241,7 @@ See L<[perl #75680]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=75680> =head2 AIX -=over +=over =item * @@ -258,7 +258,7 @@ suite. When building Perl with the mingw64 x64 cross-compiler C<incpath>, C<libpth>, C<ldflags>, C<lddlflags> and C<ldflags_nolargefiles> values -in F<Config.pm> and F<Config_heavy.pl> were not previously not being set +in F<Config.pm> and F<Config_heavy.pl> were not previously being set correctly because, with that compiler, the include and lib directories are not immediately below C<$(CCHOME)>. |