In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ede6ab58533e3b13086324aabe6605a74121b688?hp=111dcd1233eab8477ffdb0c10d19112044b2ebbb>
- Log ----------------------------------------------------------------- commit ede6ab58533e3b13086324aabe6605a74121b688 Author: Jesse Vincent <[email protected]> Date: Tue Oct 20 10:17:45 2009 -0400 Bump OS2::DLL's version since it differs from what was shipped in 5.11.0 M os2/OS2/OS2-REXX/DLL/DLL.pm commit 8346f1fe5d9573dd6fe31cf90e4b97ea02c0ede0 Author: Jesse Vincent <[email protected]> Date: Tue Oct 20 10:16:50 2009 -0400 Bump OS2::Process's version since it differs from the version in 5.11.0 M os2/OS2/OS2-Process/Process.pm commit ab3df797d6f1e2dc13fb1b1fdee8c006bab967be Author: Jesse Vincent <[email protected]> Date: Tue Oct 20 10:16:17 2009 -0400 Bump overload.pm's version since it differs from the version in 5.11.0 M lib/overload.pm commit 5b9ec4c34184dd95805c6377fd0e71a608b788ad Author: Jesse Vincent <[email protected]> Date: Tue Oct 20 10:15:05 2009 -0400 Bump Carp.pm's version number since it differs from the version in 5.11.0 M lib/Carp.pm commit dc275821cc1a2b5c017f83fa62a41f58794aa0a1 Author: Jesse Vincent <[email protected]> Date: Tue Oct 20 10:14:23 2009 -0400 Bump mro's version number and copyright year, since it differs from 5.11.0 M ext/mro/mro.pm commit cc740e82c94e12ef7dfdc8687449a06f9f915ba2 Author: Jesse Vincent <[email protected]> Date: Tue Oct 20 10:13:16 2009 -0400 Bump B::Consise's version number since it's changed since 5.11.0 M ext/B/B/Concise.pm ----------------------------------------------------------------------- Summary of changes: ext/B/B/Concise.pm | 2 +- ext/mro/mro.pm | 4 ++-- lib/Carp.pm | 2 +- lib/overload.pm | 2 +- os2/OS2/OS2-Process/Process.pm | 2 +- os2/OS2/OS2-REXX/DLL/DLL.pm | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index e1bf2af..067d89e 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -14,7 +14,7 @@ use warnings; # uses #3 and #4, since warnings uses Carp use Exporter (); # use #5 -our $VERSION = "0.76"; +our $VERSION = "0.77"; our @ISA = qw(Exporter); our @EXPORT_OK = qw( set_style set_style_standard add_callback concise_subref concise_cv concise_main diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 5acf0e5..9acbf21 100644 --- a/ext/mro/mro.pm +++ b/ext/mro/mro.pm @@ -1,7 +1,7 @@ # mro.pm # # Copyright (c) 2007 Brandon L Black -# Copyright (c) 2008 Larry Wall and others +# Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file. @@ -12,7 +12,7 @@ use warnings; # mro.pm versions < 1.00 reserved for MRO::Compat # for partial back-compat to 5.[68].x -our $VERSION = '1.01'; +our $VERSION = '1.02'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; diff --git a/lib/Carp.pm b/lib/Carp.pm index 503da3e..69d5c1f 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -1,6 +1,6 @@ package Carp; -our $VERSION = '1.12'; +our $VERSION = '1.13'; our $MaxEvalLen = 0; our $Verbose = 0; diff --git a/lib/overload.pm b/lib/overload.pm index fffff6e..8960171 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.08'; +our $VERSION = '1.09'; sub nil {} diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index 00b11aa..37bb3f0 100644 --- a/os2/OS2/OS2-Process/Process.pm +++ b/os2/OS2/OS2-Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.03"; + our $VERSION = "1.04"; XSLoader::load('OS2::Process', $VERSION); } diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm index 92eca22..023c20a 100644 --- a/os2/OS2/OS2-REXX/DLL/DLL.pm +++ b/os2/OS2/OS2-REXX/DLL/DLL.pm @@ -1,6 +1,6 @@ package OS2::DLL; -our $VERSION = '1.03'; +our $VERSION = '1.04'; use Carp; use XSLoader; -- Perl5 Master Repository
