In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7e6cce22199c1b7a419570ba34f81ef4076f456a?hp=c1e3ea017c1126de09f1c3e27f74f1895dcdf431>
- Log ----------------------------------------------------------------- commit 7e6cce22199c1b7a419570ba34f81ef4076f456a Author: Steffen Mueller <[email protected]> Date: Sat Jun 13 17:23:57 2009 +0200 Update to Data::Dumper 2.124 ... which includes all test files that blead had and CPAN did not. (cherry picked from commit 20fc10417a2e591867f81f2d35a64a646135e115) M ext/Data-Dumper/Changes M ext/Data-Dumper/Dumper.pm commit 7417381aa93bbd9eec81664b205ea0f1ce82767c Author: David Mitchell <[email protected]> Date: Sat Jun 13 15:10:31 2009 +0100 synchronise lib/Log/Message/t/02_Log-Message.t with CPAN (see <[email protected]>) (cherry picked from commit 760f623a76e23a164967a9649bcfbf78af1b7570) M lib/Log/Message/t/02_Log-Message.t commit ae7ea89e4243d8d30b36105c4bf01b2f2252d2c0 Author: Rafael Garcia-Suarez <[email protected]> Date: Sat Jun 13 16:09:49 2009 +0200 Add \N idea from Perl 6 to perltodo (cherry picked from commit 6e7200087b3eda4eb9428af23b3adee3467092a0) M pod/perltodo.pod commit 6b75167a40c5bc2ca91dc2aa827f46e8226a1d83 Author: Rafael Garcia-Suarez <[email protected]> Date: Sat Jun 13 15:51:20 2009 +0200 Add perlmodlib.pod in .gitignore, since it's now generated (cherry picked from commit a1e6383bbc36a8c3c4bc6e34d1c0f92bdd9974e3) M pod/.gitignore commit d3b6c6963b659f21625bd0458fb3ffcbdde3b4f4 Author: Vincent Pit <[email protected]> Date: Sat Jun 13 15:50:48 2009 +0200 More updates for Porting/Maintainers.pl (cherry picked from commit 3fd1d62e363dde83d3366cfe69e47ba16436cc8c) M Porting/Maintainers.pl commit 6a3842b6a80d857ebbcd5c63d2c1450444bb123f Author: Rafael Garcia-Suarez <[email protected]> Date: Sat Jun 13 15:49:12 2009 +0200 Nit for the "Missing right brace" error message description (cherry picked from commit 6f5e54b9dbc1f9fd25e7a909a9587232f9f9c7a8) M pod/perldiag.pod ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 8 ++++---- ext/Data-Dumper/Changes | 4 ++++ ext/Data-Dumper/Dumper.pm | 4 ++-- lib/Log/Message/t/02_Log-Message.t | 1 + pod/.gitignore | 1 + pod/perldiag.pod | 2 +- pod/perltodo.pod | 6 ++++++ 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 26ff823..c0414fc 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -124,7 +124,7 @@ package Maintainers; 'Archive::Extract' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'KANE/Archive-Extract-0.31_03.tar.gz', + 'DISTRIBUTION' => 'KANE/Archive-Extract-0.32.tar.gz', 'FILES' => q[lib/Archive/Extract.pm lib/Archive/Extract], 'CPAN' => 1, 'UPSTREAM' => 'cpan', @@ -133,7 +133,7 @@ package Maintainers; 'Archive::Tar' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'KANE/Archive-Tar-1.48.tar.gz', + 'DISTRIBUTION' => 'KANE/Archive-Tar-1.52.tar.gz', 'FILES' => q[lib/Archive/Tar.pm lib/Archive/Tar], 'CPAN' => 1, 'UPSTREAM' => 'cpan', @@ -390,7 +390,7 @@ package Maintainers; 'CPANPLUS' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'KANE/CPANPLUS-0.8601.tar.gz', + 'DISTRIBUTION' => 'KANE/CPANPLUS-0.87_02.tar.gz', 'FILES' => q[lib/CPANPLUS.pm lib/CPANPLUS/Backend lib/CPANPLUS/Backend.pm @@ -830,7 +830,7 @@ package Maintainers; 'IO' => { 'MAINTAINER' => 'gbarr', - 'DISTRIBUTION' => 'GBARR/IO-1.24.tar.gz', + 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz', 'FILES' => q[ext/IO/], 'EXCLUDED' => [ qw{t/test.pl}, ], 'CPAN' => 1, diff --git a/ext/Data-Dumper/Changes b/ext/Data-Dumper/Changes index 5cdc2c1..f2e1ef5 100644 --- a/ext/Data-Dumper/Changes +++ b/ext/Data-Dumper/Changes @@ -6,6 +6,10 @@ HISTORY - public release history for Data::Dumper =over 8 +=item 2.124 (Jun 13 2009) + +Add three missing test files. + =item 2.123 (Jun 11 2009) Re-add the INSTALLDIRS => 'perl' directive to Makefile.PL diff --git a/ext/Data-Dumper/Dumper.pm b/ext/Data-Dumper/Dumper.pm index 0ca1121..1123e6c 100644 --- a/ext/Data-Dumper/Dumper.pm +++ b/ext/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.123'; # Don't forget to set version and release date in POD! +$VERSION = '2.124'; # Don't forget to set version and release date in POD! #$| = 1; @@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.123 (Jun 11 2009) +Version 2.124 (Jun 13 2009) =head1 SEE ALSO diff --git a/lib/Log/Message/t/02_Log-Message.t b/lib/Log/Message/t/02_Log-Message.t index b49c962..8394458 100644 --- a/lib/Log/Message/t/02_Log-Message.t +++ b/lib/Log/Message/t/02_Log-Message.t @@ -149,6 +149,7 @@ for my $pkg ( qw[ Log::Message Log::Message::Config ### XXX whitebox test! local $Params::Check::VERBOSE = 1; # so the warnings are emitted + local $Params::Check::VERBOSE = 1; # so the warnings are emitted my $rv = $log->retrieve( frobnitz => $$ ); ok( !$rv, q[Retrieval with bogus args] ); diff --git a/pod/.gitignore b/pod/.gitignore index 9ab103c..3c2309a 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -22,6 +22,7 @@ /perlmacos.pod /perlmacosx.pod /perlmint.pod +/perlmodlib.pod /perlmpeix.pod /perlnetware.pod /perlopenbsd.pod diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0361375..2822d50 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2421,7 +2421,7 @@ can vary from one line to the next. =item Missing right brace on %s -(F) Missing right brace in C<\p{...}> or C<\P{...}>. +(F) Missing right brace in C<\x{...}>, C<\p{...}> or C<\P{...}>. =item Missing right curly or square bracket diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 10c0b3f..173cefa 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -1130,6 +1130,12 @@ combines the code in pp_entersub, pp_leavesub. This should probably be done 1st in XS, and using B::Generate to patch the new OP into the optrees. +=head2 C<\N> + +It should be possible to add a C<\N> regex assertion, meaning "every +character except C<\n>° independently of the context. That would +of course imply that C<\N> couldn't be followed by an opening C<{>. + =head1 Big projects Tasks that will get your name mentioned in the description of the "Highlights -- Perl5 Master Repository
