On Thu, Mar 19, 2009 at 06:16:02PM +0100, Steve Hay wrote: > 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 <[email protected]> > 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
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
