Discussion:
[perl.git] branch blead, updated. GitLive-blead-781-g53102b2
(too old to reply)
Steve Hay
2009-03-19 17:16:02 UTC
Permalink
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/53102b2bf304e114abfc50b0b9efcd8bbcab5c41?hp=4a28828fc8f160c18323be1125f0f8473bcd000f>

- Log -----------------------------------------------------------------
commit 53102b2bf304e114abfc50b0b9efcd8bbcab5c41
Author: Steve Hay <***@planit.com>
Date: Thu Mar 19 17:15:53 2009 +0000

Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000f
-----------------------------------------------------------------------

Summary of changes:
ext/Module-Pluggable/lib/Module/Pluggable.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/Module-Pluggable/lib/Module/Pluggable.pm b/ext/Module-Pluggable/lib/Module/Pluggable.pm
index bbdb49b..f9b707f 100644
--- a/ext/Module-Pluggable/lib/Module/Pluggable.pm
+++ b/ext/Module-Pluggable/lib/Module/Pluggable.pm
@@ -9,7 +9,7 @@ use Module::Pluggable::Object;
# Peter Gibbons: I wouldn't say I've been missing it, Bob!


-$VERSION = '3.9';
+$VERSION = '3.9_01';

sub import {
my $class = shift;

--
Perl5 Master Repository
Nicholas Clark
2009-03-19 17:28:42 UTC
Permalink
Post by Steve Hay
In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/53102b2bf304e114abfc50b0b9efcd8bbcab5c41?hp=4a28828fc8f160c18323be1125f0f8473bcd000f>
- Log -----------------------------------------------------------------
commit 53102b2bf304e114abfc50b0b9efcd8bbcab5c41
Date: Thu Mar 19 17:15:53 2009 +0000
Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000f
-----------------------------------------------------------------------
ext/Module-Pluggable/lib/Module/Pluggable.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/Module-Pluggable/lib/Module/Pluggable.pm b/ext/Module-Pluggable/lib/Module/Pluggable.pm
index bbdb49b..f9b707f 100644
--- a/ext/Module-Pluggable/lib/Module/Pluggable.pm
+++ b/ext/Module-Pluggable/lib/Module/Pluggable.pm
@@ -9,7 +9,7 @@ use Module::Pluggable::Object;
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
-$VERSION = '3.9';
+$VERSION = '3.9_01';
sub import {
my $class = shift;
--
Perl5 Master Repository
I don't think that we "need" to do this, as we've had non-standard
Makefile.PLs for various dual life modules, included releasing them as
stable releases, without tweaking the version.

I think that the rough rule is that installed files matter, tests are "nice
to have", and build infrastructure is quite likely to diverge.

Nicholas Clark

Loading...