In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4d0a25002d260ca3ae716f2f0be258eb5d040c74?hp=af3885a078fb21c1025ad117ad1b07e69b6e340e>
- Log ----------------------------------------------------------------- commit 4d0a25002d260ca3ae716f2f0be258eb5d040c74 Author: Steffen Mueller <[email protected]> Date: Sat Aug 8 13:01:37 2009 +0200 Synchronize with CPAN's Data::Dumper 2.125 No significant code changes. Improvements to the CPAN distribution. M ext/Data-Dumper/Changes M ext/Data-Dumper/Dumper.pm commit a36ee16f61a54bdcc1d204777b51b0fd82200363 Author: Alexandr Ciornii <alexchorny\100gmail.com> Date: Sat Aug 8 13:00:30 2009 +0200 Move variable declaration to where it's used M ext/Data-Dumper/Dumper.pm commit 5e60330210337db0ef4e8772ec02fcf1ac3b10e2 Author: Alexandr Ciornii <alexchorny\100gmail.com> Date: Sat Aug 8 12:58:10 2009 +0200 Spellcheck M ext/Data-Dumper/Dumper.pm commit 552b942743759309d6f35bf1c651bd346b210044 Author: Steffen Mueller <[email protected]> Date: Sat Aug 8 12:56:23 2009 +0200 Synchronize with CPAN's Attribute::Handlers 0.86 No functional changes, only CPAN distribution upgrades. M ext/Attribute-Handlers/Changes M ext/Attribute-Handlers/lib/Attribute/Handlers.pm commit 70abb3320b56b5722667e5778b487083f4c60ec3 Author: Steffen Mueller <[email protected]> Date: Sat Aug 8 12:55:18 2009 +0200 Synchronize AutoLoader with CPAN's 5.69 No functional changes, only CPAN distribution upgrades. M lib/AutoLoader.pm commit 9a0c975abc56ffdb3f73562d1f766d6b37b401fa Author: Steffen Mueller <[email protected]> Date: Sat Aug 8 12:54:24 2009 +0200 Update some distributions in Porting/Maintainers.pl New (hardly changed) versions of Data::Dumper, AutoLoader, Attribute::Handlers. M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 6 +++--- ext/Attribute-Handlers/Changes | 4 ++++ ext/Attribute-Handlers/lib/Attribute/Handlers.pm | 6 +++--- ext/Data-Dumper/Changes | 4 ++++ ext/Data-Dumper/Dumper.pm | 12 ++++++------ lib/AutoLoader.pm | 4 ++-- 6 files changed, 22 insertions(+), 14 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 96737d4..555567a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -196,7 +196,7 @@ package Maintainers; 'Attribute::Handlers' => { 'MAINTAINER' => 'rgarcia', - 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.85.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.86.tar.gz', 'FILES' => q[ext/Attribute-Handlers], 'CPAN' => 1, 'UPSTREAM' => "blead", @@ -233,7 +233,7 @@ package Maintainers; 'AutoLoader' => { 'MAINTAINER' => 'smueller', - 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.68.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.69.tar.gz', 'FILES' => q[lib/AutoLoader.pm lib/AutoSplit.pm lib/AutoLoader], 'EXCLUDED' => [ qw( t/00pod.t ) ], 'CPAN' => 1, @@ -509,7 +509,7 @@ package Maintainers; 'Data::Dumper' => { 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam - 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.124.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.125.tar.gz', 'FILES' => q[ext/Data-Dumper], 'CPAN' => 1, 'UPSTREAM' => 'blead', diff --git a/ext/Attribute-Handlers/Changes b/ext/Attribute-Handlers/Changes index 07e04c8..13dd6f5 100644 --- a/ext/Attribute-Handlers/Changes +++ b/ext/Attribute-Handlers/Changes @@ -128,3 +128,7 @@ Revision history for Perl extension Attribute-Handlers 0.85 Thu Jun 11 09:31:00 CET 2009 - Document findsym for the sake of mod_perl. (David Wheeler) - Remove unused variable. (David Wheeler) + +0.86 Sat Aug 8 12:41:00 CET 2009 + - Add resources (bugtracker, ...) section to META.yml + diff --git a/ext/Attribute-Handlers/lib/Attribute/Handlers.pm b/ext/Attribute-Handlers/lib/Attribute/Handlers.pm index bdf11b3..930a1a6 100644 --- a/ext/Attribute-Handlers/lib/Attribute/Handlers.pm +++ b/ext/Attribute-Handlers/lib/Attribute/Handlers.pm @@ -4,7 +4,7 @@ use Carp; use warnings; use strict; use vars qw($VERSION $AUTOLOAD); -$VERSION = '0.85'; # remember to update version in POD! +$VERSION = '0.86'; # remember to update version in POD! # $DB::single=1; my %symcache; @@ -233,8 +233,8 @@ Attribute::Handlers - Simpler definition of attribute handlers =head1 VERSION -This document describes version 0.85 of Attribute::Handlers, -released June 11, 2009. +This document describes version 0.86 of Attribute::Handlers, +released August 8, 2009. =head1 SYNOPSIS diff --git a/ext/Data-Dumper/Changes b/ext/Data-Dumper/Changes index f2e1ef5..4efe854 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.125 (Aug 8 2009) + +CPAN distribution fixes (meta information for META.yml). + =item 2.124 (Jun 13 2009) Add three missing test files. diff --git a/ext/Data-Dumper/Dumper.pm b/ext/Data-Dumper/Dumper.pm index 1123e6c..0eb8bf7 100644 --- a/ext/Data-Dumper/Dumper.pm +++ b/ext/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.124'; # Don't forget to set version and release date in POD! +$VERSION = '2.125'; # Don't forget to set version and release date in POD! #$| = 1; @@ -382,7 +382,7 @@ sub _dump { $out .= '\\' . $s->_dump($$val, "*{$name}"); } elsif ($realtype eq 'ARRAY') { - my($v, $pad, $mname); + my($pad, $mname); my($i) = 0; $out .= ($name =~ /^\@/) ? '(' : '['; $pad = $s->{sep} . $s->{pad} . $s->{apad}; @@ -391,7 +391,7 @@ sub _dump { ($name =~ /^\\?[...@\*\$][^{].*[]}]$/) ? ($mname = $name) : ($mname = $name . '->'); $mname .= '->' if $mname =~ /^\*.+\{[A-Z]+\}$/; - for $v (@$val) { + for my $v (@$val) { $sname = $mname . '[' . $i . ']'; $out .= $pad . $ipad . '#' . $i if $s->{indent} >= 3; $out .= $pad . $ipad . $s->_dump($v, $sname); @@ -754,7 +754,7 @@ Data::Dumper - stringified perl data structures, suitable for both printing and =head1 DESCRIPTION Given a list of scalars or reference variables, writes out their contents in -perl syntax. The references can also be objects. The contents of each +perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. @@ -1017,7 +1017,7 @@ Default is: C< =E<gt> >. $Data::Dumper::Maxdepth I<or> $I<OBJ>->Maxdepth(I<[NEWVAL]>) Can be set to a positive integer that specifies the depth beyond which -which we don't venture into a structure. Has no effect when +we don't venture into a structure. Has no effect when C<Data::Dumper::Purity> is set. (Useful in debugger when we often don't want to see more than enough). Default is 0, which means there is no maximum depth. @@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.124 (Jun 13 2009) +Version 2.125 (Aug 8 2009) =head1 SEE ALSO diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index e05372f..4ec7a3d 100644 --- a/lib/AutoLoader.pm +++ b/lib/AutoLoader.pm @@ -15,7 +15,7 @@ BEGIN { $is_epoc = $^O eq 'epoc'; $is_vms = $^O eq 'VMS'; $is_macos = $^O eq 'MacOS'; - $VERSION = '5.68'; + $VERSION = '5.69'; } AUTOLOAD { @@ -376,7 +376,7 @@ can benefit from bug fixes. This package has the same copyright and license as the perl core: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others All rights reserved. -- Perl5 Master Repository
