Re: Possible bug?
"Fields, Christopher J" <[email protected]> Tue, 18 Oct 2011 13:36:56 +0000
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
On Oct 18, 2011, at 8:29 AM, David Golden wrote: >=20 > On Oct 18, 2011 3:39 AM, "Leon Timmermans" <[email protected]> wrote: > > > > On Mon, Oct 17, 2011 at 5:08 AM, Fields, Christopher J > > <[email protected]> wrote: > > > This appears to be due to the version for the modules being set to '0= ' in META.yml/json instead of not being defined (yes, we know this is a pro= blem with the bioperl code, but Andreas indicated that lack of a module ver= sion probably should not default to '0'. Any reason this is occurring? > > > > Meta 2.0 is quite clear it should be absent if no version is detected. > > Actually that is what Module::Build appears to be trying to do, I'm > > not sure why it fails. >=20 > Could we please get a minimal test case that demonstrates the error? >=20 > Or even just a repo URL for the code in question? https://github.com/bioperl/bioperl-network I can work on a minimal test case. If needed I can also fork the specific = github code and try to weed out the problem. > Thanks, >=20 > David chris=