In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8ab0bcfc7ce7d2b5699bf398ff541740c1471c23?hp=bb0f0a6a03c399930b4fd2eff79df26cdb4f8693>
- Log ----------------------------------------------------------------- commit 8ab0bcfc7ce7d2b5699bf398ff541740c1471c23 Author: Steve Hay <[email protected]> Date: Thu Jan 29 13:29:16 2015 +0000 t/op/taint.t - Fix typo M t/op/taint.t commit 6b12f8a9d54e6f2263e24714393fecb3497bfe61 Author: Steve Hay <[email protected]> Date: Thu Jan 29 13:29:03 2015 +0000 ExtUtils::Miniperl - Restore a missing line of POD This seems to have been accidentally deleted by commit a06cd52b4e. M ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm commit 8c09dc111e67d38e69c0c88d94529216a827c526 Author: Steve Hay <[email protected]> Date: Thu Jan 29 13:28:32 2015 +0000 Porting/bisect-runner.pl - Fix grammar M Porting/bisect-runner.pl ----------------------------------------------------------------------- Summary of changes: Porting/bisect-runner.pl | 2 +- ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm | 1 + t/op/taint.t | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index 6987a90..5f78cf9 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -624,7 +624,7 @@ file is fed to C<patch -p1> on standard input. For C<=~>, the patch is applied if no lines match the pattern. As the empty pattern in Perl is a special case (it matches the most recent -successful match) which is not useful here, an the treatment of empty pattern +successful match) which is not useful here, the treatment of an empty pattern is special-cased. C<I<filename> =~ //> applies the patch if filename is present. C<I<filename> !~ //> applies the patch if filename missing. This makes it easy to unconditionally apply patches to files, and to use a patch diff --git a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm index ec2316d..8dd0f28 100644 --- a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm +++ b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm @@ -234,6 +234,7 @@ C<writemain()> takes an argument list of directories containing archive libraries that relate to perl modules and should be linked into a new perl binary. It writes a corresponding F<perlmain.c> file that is a plain C file containing all the bootstrap code to make the +modules associated with the libraries available from within perl. If the first argument to C<writemain()> is a reference to a scalar it is used as the filename to open for output. Any other reference is used as the filehandle to write to. Otherwise output defaults to C<STDOUT>. diff --git a/t/op/taint.t b/t/op/taint.t index ca3261f..de30a9b 100644 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -2086,7 +2086,7 @@ foreach my $ord (78, 163, 256) { # sprintf; after that, its TARG has taint magic attached, so setmagic # at the end works. That's why there are multiple sprintf's below, rather # than just one wrapped in an inner loop. Also, any plaintext between -# fprmat entries would correctly cause tainting to get set. so test with +# format entries would correctly cause tainting to get set. so test with # "%s%s" rather than eg "%s %s". { -- Perl5 Master Repository
