Re: Name for an A/B testing module?

2013-09-30 Thread Alex Balhatchet
One more vote for something in the Statistics namespace. We're using Statistics::TTest (https://metacpan.org/module/Statistics::TTest) already for our A/B testing. - Alex On 29 September 2013 11:31, Adrian Howard wrote: > Well done - this will likely mean I can bin my one in development ;-) >

PAUSE indexer failed for Geo-Coder-Many-0.46.tar.gz - "0 > undef"?!

2014-06-04 Thread Alex Balhatchet
Hi guys, I'm drawing a blank on this one. I'm trying to upload version 0.46 of Geo::Coder::Many to CPAN via PAUSE and I got the following error: -- User: KAORU (Alex Balhatchet) Distribution file: Geo-Coder-Many-0.46.tar.gz Number of

Re: PAUSE indexer failed for Geo-Coder-Many-0.46.tar.gz - "0 > undef"?!

2014-06-04 Thread Alex Balhatchet
> chris > > On Jun 4, 2014, at 10:05 AM, Alex Balhatchet wrote: > >> Hi guys, >> >> I'm drawing a blank on this one. I'm trying to upload version 0.46 of >> Geo::Coder::Many to CPAN via PAUSE and I got the following error: >> >> -

Re: PAUSE indexer failed for Geo-Coder-Many-0.46.tar.gz - "0 > undef"?!

2014-06-04 Thread Alex Balhatchet
16:45, Alex Balhatchet wrote: > Hi Christopher, > > Ah, that's interesting. I did actually add a META.yml file since the > last upload so maybe that's my problem. > > I'm going to try re-generating my META.yml and generating a META.json file... > > Hopefully

Re: PAUSE indexer failed for Geo-Coder-Many-0.46.tar.gz - "0 > undef"?!

2014-06-04 Thread Alex Balhatchet
and version numbers, as I keep threatening :-P Sorry for the spam to the list as I think aloud. I hope it's educational to somebody reading anyway :-) - Alex On 4 June 2014 16:48, Alex Balhatchet wrote: > Oh wait! > > I built the distribution with ExtUtils::MakeMaker which

Re: PAUSE indexer failed for Geo-Coder-Many-0.46.tar.gz - "0 > undef"?!

2014-06-04 Thread Alex Balhatchet
"Status of this distro: OK" No idea why it broke, but at least it's fixed. https://github.com/lokku/Geo-Coder-Many/commit/9e3bde1e042fbfa70775b9d51a79d1368f95fd78 Thanks again for all the help guys. - Alex On 4 June 2014 16:53, Alex Balhatchet wrote: > Still no luck. >

Re: UNIVERSAL

2014-08-27 Thread Alex Balhatchet
Hi Jonas, > So my question as a module author is, where do I get information on this new > behaviour of UNIVERSAL, I am not able to install perl 5.21.2 using perlbrew, > so I do not know where to look for the documentation and what steps to take > to get this error addressed. You can install t