Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the if CPAN distribution.

Report information
The Basics
Id: 84793
Status: resolved
Priority: 0/
Queue: if

People
Owner: cpan [...] ilyaz.org
Requestors: bowtie [...] cpan.org
dolmen [...] cpan.org
ether [...] cpan.org
KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.0601
Fixed in: 0.0606



Subject: why dose MetaCPAN-API think if.pm is 0.04, should be 0.0601
\ { abstract "use a Perl module if a condition holds", archive "modules/if-0.0601.tar.gz", author "ILYAZ", authorized JSON::XS::Boolean { Parents JSON::Boolean public methods (0) private methods (1) : __ANON__ internals: 1 }, date "2010-12-01T16:11:24", dependency [], distribution "if", download_url "http://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/if-0.0601.tar.gz", first JSON::XS::Boolean { Parents JSON::Boolean public methods (0) private methods (1) : __ANON__ internals: 0 }, id "lrcn5Fo8JTWrjZ0KOTbrMcceeM4", license [ [0] "unknown" ], maturity "released", metadata { abstract "unknown", author [ [0] "unknown" ], dynamic_config 1, generated_by "ExtUtils::MakeMaker version 6.17, CPAN::Meta::Converter version 2.120921", license [ [0] "unknown" ], meta-spec { url "http://search.cpan.org/perldoc?CPAN::Meta::Spec", version 2 }, name "if", no_index { directory [ [0] "t", [1] "xt", [2] "inc", [3] "example", [4] "blib", [5] "examples", [6] "eg" ] }, prereqs {}, release_status "stable", version 0.04, x_installdirs "perl", x_version_from "if.pm" }, name "if-0.0601", stat { gid 1008, mode 33204, mtime 1291219884, size 2144, uid 1008 }, status "latest", tests { fail 0, na 0, pass 4, unknown 0 }, version 0.04, version_numified 0.04 } Meta data out of sync with module version
Subject: META.yml has wrong value for VERSION

https://metacpan.org/source/ILYAZ/if-0.0601/META.yml#L4

 

Value is clearly wrong.

As to how that happened, my guesses are a botched release where META.yml was still lying around from a previous version and didn't get regenerated.

 

Thus, simply releasing correctly should be sufficient to squash this bug.

On 2015-06-01 20:11:27, KENTNL wrote: Show quoted text
> https://metacpan.org/source/ILYAZ/if-0.0601/META.yml#L4 > > Value is clearly wrong. > > As to how that happened, my guesses are a botched release where META.yml was > still lying around from a previous version and didn't get regenerated. > > Thus, simply releasing correctly should be sufficient to squash this bug.
also things like "version_from" are not valid META fields. It looks like it was copied from a Module::Build config hash? I'm happy to take on comaintenance of this distribution (to wrangle the tooling minutiae etc) if time is in short supply. My PAUSE id is ETHER.
RT-Send-CC: modules [...] perl.org
On 2015-06-02 09:49:16, ETHER wrote: Show quoted text
> On 2015-06-01 20:11:27, KENTNL wrote:
> > https://metacpan.org/source/ILYAZ/if-0.0601/META.yml#L4 > > > > Value is clearly wrong. > > > > As to how that happened, my guesses are a botched release where > > META.yml was > > still lying around from a previous version and didn't get > > regenerated. > > > > Thus, simply releasing correctly should be sufficient to squash this > > bug.
> > > also things like "version_from" are not valid META fields. It looks > like it was copied from a Module::Build config hash? > > I'm happy to take on comaintenance of this distribution (to wrangle > the tooling minutiae etc) if time is in short supply. My PAUSE id is > ETHER.
Hi ILYAZ, we haven't heard from you in the nearly 4 months since we asked how we can help. Would you object to me requesting comaint from the PAUSE admins to resolve these tooling issues? Please let us know. (cc modules@perl.org)
On 2015-06-02 09:49:16, ETHER wrote: Show quoted text
> On 2015-06-01 20:11:27, KENTNL wrote:
> > https://metacpan.org/source/ILYAZ/if-0.0601/META.yml#L4 > > > > Value is clearly wrong. > > > > As to how that happened, my guesses are a botched release where > > META.yml was > > still lying around from a previous version and didn't get > > regenerated. > > > > Thus, simply releasing correctly should be sufficient to squash this > > bug.
> > > also things like "version_from" are not valid META fields. It looks > like it was copied from a Module::Build config hash?
I've fixed up the metadata at https://github.com/karenetheridge/if for 0.0602. A 'make dist' at its HEAD will produce a clean distribution.