Skip Menu |

This queue is for tickets about the PAR-Dist CPAN distribution.

Report information
The Basics
Id: 20620
Status: resolved
Priority: 0/
Queue: PAR-Dist

People
Owner: smueller [...] cpan.org
Requestors: wyant [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.10
  • 0.11
Fixed in: 0.15



Subject: META.yml has wrong version
This is a real nit-pick. The META.yml from PAR-Dist-0.12 has version 0.09. I would not have spotted it except I was trying get fancy about testing and reported a test against the wrong version. It is not just me: http://search.cpan.org/src/SMUELLER/PAR-Dist-0.12/META.yml has version 0.09 as well. So do versions 11 and 10. http://module-build.sourceforge.net/META-spec.html claims 'version' is the version of the distribution, and it seems to me that I have always seen it be that way. I do not know whether this is a PAR-Dist bug, a Module::Build bug, or a 1D10T error, since I'm an ExtUtils::MakeMaker guy myself. But I figured I had to start somewhere.
On Fr. 21. Jul. 2006, 20:37:59, WYANT wrote: Show quoted text
> This is a real nit-pick. > > The META.yml from PAR-Dist-0.12 has version 0.09. I would not have > spotted it except I was trying get fancy about testing and reported a > test against the wrong version. It is not just me: > http://search.cpan.org/src/SMUELLER/PAR-Dist-0.12/META.yml has version > 0.09 as well. So do versions 11 and 10. > > http://module-build.sourceforge.net/META-spec.html claims 'version' is > the version of the distribution, and it seems to me that I have always > seen it be that way. > > I do not know whether this is a PAR-Dist bug, a Module::Build bug, or a > 1D10T error, since I'm an ExtUtils::MakeMaker guy myself. But I figured > I had to start somewhere.
Hi, it's my fault. META.yml wasn't regenerated when the version in lib/PAR/Dist.pm changed. I don't know whom to blame. I guess M::I needs a ".author" directory in the inc/ subdirectory to know it should do all the magic for the author side. Sorry and thanks for pointing this out. Steffen P.S.: This isn't a nitpick. The cpan will think 0.09 was the current version.
Subject: Re: [rt.cpan.org #20620] META.yml has wrong version
Date: Sat, 22 Jul 2006 13:26:40 +0000
To: bug-PAR-Dist [...] rt.cpan.org
From: harryfmudd [...] comcast.net
Show quoted text
-------------- Original message ---------------------- From: "Steffen Müller via RT" <bug-PAR-Dist@rt.cpan.org>
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=20620 > > > On Fr. 21. Jul. 2006, 20:37:59, WYANT wrote:
> > This is a real nit-pick. > > > > The META.yml from PAR-Dist-0.12 has version 0.09. I would not have > > spotted it except I was trying get fancy about testing and reported a > > test against the wrong version. It is not just me: > > http://search.cpan.org/src/SMUELLER/PAR-Dist-0.12/META.yml has version > > 0.09 as well. So do versions 11 and 10. > > > > http://module-build.sourceforge.net/META-spec.html claims 'version' is > > the version of the distribution, and it seems to me that I have always > > seen it be that way. > > > > I do not know whether this is a PAR-Dist bug, a Module::Build bug, or a > > 1D10T error, since I'm an ExtUtils::MakeMaker guy myself. But I figured > > I had to start somewhere.
> > Hi, > > it's my fault. META.yml wasn't regenerated when the version in > lib/PAR/Dist.pm changed. I don't know whom to blame. I guess M::I needs > a ".author" directory in the inc/ subdirectory to know it should do all > the magic for the author side. > > Sorry and thanks for pointing this out. > > Steffen > > P.S.: This isn't a nitpick. The cpan will think 0.09 was the current > version.
I thought so too, only it seems not to. I dropped back to 0.11, ran cpan>r, and got
cpan> r
CPAN: Storable loaded ok Going to read /Users/tom/.cpan/Metadata Database was generated on Sat, 22 Jul 2006 04:30:51 GMT Package namespace installed latest in CPAN file Apache::SOAP undef 0.60 BYRNE/SOAP/SOAP-Lite-0.60a.tar.gz PAR::Dist 0.11 0.12 SMUELLER/PAR-Dist-0.12.tar.gz SOAP::Client undef 0.10 DYACOB/SOAP-ActiveWorks-0.12.tar.gz SOAP::Packager undef 0.28 KBROWN/SOAP-0.28.tar.gz 2 installed modules have a version number of 0 181 installed modules have no parseable version number I don't know about cpanplus. Maybe cpan is too stupid to pay attention to the META.yml. There has to be some other mechanism, because not all distributions have this file. Tom Wyant
The issue should be gone with PAR::Dist 0.13. Cheers, Steffen
Subject: Re: [rt.cpan.org #20620] META.yml has wrong version
Date: Sun, 23 Jul 2006 22:02:24 +0000
To: bug-PAR-Dist [...] rt.cpan.org
From: harryfmudd [...] comcast.net
Show quoted text
-------------- Original message ---------------------- From: "Steffen Müller via RT" <bug-PAR-Dist@rt.cpan.org>
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=20620 > > > The issue should be gone with PAR::Dist 0.13. > > Cheers, > Steffen
I do not know about 0.13, but it is definitely gone in 0.14. Thank you very much. Tom Wyant