Re: Module to test SQL data

2013-12-06 Thread James E Keenan
On 12/4/13 3:12 AM, Francesc Guasch wrote: On Tue, Dec 03, 2013 at 07:09:16PM -0500, James E Keenan wrote: 1. Is this module built on the Test::Builder framework in the way that Test::Simple, Test::More, Test::Most, etc., are? It is not built on Test::Builder. It requires Test::More. It

Re: Module to test SQL data

2013-12-06 Thread Karen Etheridge
Why does one need a Makefile.PL to evaluate the distribution? One should be able to run it just fine with 'prove -lr t', 'perl -Ilib t/foo.t' etc. However, that README doesn't sound right -- that sounds tailored towards developers (which really belongs in something like CONTRIBUTING), whereas a

Re: COMAINT on https://metacpan.org/release/String-Random

2013-12-06 Thread Aristotle Pagaltzis
* Shlomi Fish shlo...@shlomifish.org [2013-12-04 15:30]: Well, git rebase did not work properly (too many silly merge commits for stuff that predates my contributions) but a semi-manual git cherry-pick appears to have worked well. git rebase --onto silug/master d601c5b shlomi/master Then

Re: Question for SHLOMIF (and everyone else)

2013-12-06 Thread Shlomi Fish
Hi all, I am https://metacpan.org/author/SHLOMIF on CPAN. On Mon, 25 Nov 2013 05:37:00 -0500 Paul Bennett paul.w.benn...@gmail.com wrote: Hi all, I'm writing my own parser to handle the complete ISO SGML specification (using the excellent Marpa::R2 by JKEGL). At the moment, it's purely a