In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b7f04779ef370c2aa666b6e6c9a1c0ab050db6b4?hp=ed6b886ec45bbaeceda49b2a035f3d84953be57c>
- Log ----------------------------------------------------------------- commit b7f04779ef370c2aa666b6e6c9a1c0ab050db6b4 Author: Zefram <[email protected]> Date: Sun Dec 19 11:50:07 2010 +0000 bump Unicode-Normalize version for blead changes M cpan/Unicode-Normalize/Normalize.pm commit 1a92806533f67f331bfbcfb02faa7c6199388950 Author: Zefram <[email protected]> Date: Sun Dec 19 11:48:59 2010 +0000 bump Unicode-Collate version for blead changes M cpan/Unicode-Collate/Collate.pm commit 3f114bafa1245def7f33a31380b531bec4f07b25 Author: Zefram <[email protected]> Date: Sun Dec 19 11:44:31 2010 +0000 bump threads-shared version for blead XS changes M dist/threads-shared/lib/threads/shared.pm ----------------------------------------------------------------------- Summary of changes: cpan/Unicode-Collate/Collate.pm | 2 +- cpan/Unicode-Normalize/Normalize.pm | 2 +- dist/threads-shared/lib/threads/shared.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpan/Unicode-Collate/Collate.pm b/cpan/Unicode-Collate/Collate.pm index b0814d2..b337b6f 100644 --- a/cpan/Unicode-Collate/Collate.pm +++ b/cpan/Unicode-Collate/Collate.pm @@ -14,7 +14,7 @@ use File::Spec; no warnings 'utf8'; -our $VERSION = '0.68'; +our $VERSION = '0.6801'; our $PACKAGE = __PACKAGE__; my @Path = qw(Unicode Collate); diff --git a/cpan/Unicode-Normalize/Normalize.pm b/cpan/Unicode-Normalize/Normalize.pm index 5bdeedf..ab895aa 100644 --- a/cpan/Unicode-Normalize/Normalize.pm +++ b/cpan/Unicode-Normalize/Normalize.pm @@ -13,7 +13,7 @@ use Carp; no warnings 'utf8'; -our $VERSION = '1.07'; +our $VERSION = '1.08'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm index b8ad7b7..b99a038 100644 --- a/dist/threads-shared/lib/threads/shared.pm +++ b/dist/threads-shared/lib/threads/shared.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util qw(reftype refaddr blessed); -our $VERSION = '1.34'; +our $VERSION = '1.35'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; -- Perl5 Master Repository
