not enough memory

2017-06-28 Thread Gabor Szabo
hi, I've got this "not enough memory" twice today while trying to upgrade some packages using zef. Once when I ran 'zef upgrade zef' and then again when I ran 'zef --debug upgrade Bailador'. In both cases the error was shown during the running of the tests. After running the first command again

Re: Version of a Module

2017-06-28 Thread Elizabeth Mattijsen
> On 28 Jun 2017, at 14:01, Martin Barth wrote: > but your approach means you have to state the version in the META6.json AND > in the Module.pm6 file again. This would be the similar to having $VERSION in > perl5. Shouldnt there be a simpler way? Isn’t that info available in %?RESOURCES somewh

Re: Version of a Module

2017-06-28 Thread Simon Proctor
See I'm using mi6 to generate my META6.json file from the report and it picks the version up from the module file. Other options like that seem sensible to me. Simon On Wed, 28 Jun 2017, 13:01 Martin Barth, wrote: > Hello, > > but your approach means you have to state the version in the META6.j

Re: Version of a Module

2017-06-28 Thread Martin Barth
Hello, but your approach means you have to state the version in the META6.json AND in the Module.pm6 file again. This would be the similar to having $VERSION in perl5. Shouldnt there be a simpler way? Am 28.06.2017 um 08:45 schrieb Fernando Santagata: Hi Martin, This works for me: File m