[Padre-dev] Patch to fix a warning

2016-02-11 Thread yary
This fixes a warning that makes a test fail when installing from CPAN to Strawberry Perl 5.022 (example, http://www.cpantesters.org/cpan/report/3c345adf-6fae-1014-a66e-4e18e53dfc08 ) This patch fixes "Possible precedence issue with control flow operator" and is under the Padre/lib directory. -y

Re: [Padre-dev] Minor build issue

2016-02-15 Thread yary
I pulled from the Git repo, found that the bug I had written a patch for was already fixed in it, and found that the 2nd bug I wanted to work around had a fix posted as an issue here https://github.com/DBD-SQLite/DBD-SQLite/issues/10 There are likely others who are installing Padre from CPAN and

Re: [Padre-dev] Minor build issue

2016-02-15 Thread yary
Let's say... it's a race! I'm the snail and you've swung the starting flag. 'll start crawling, and if a tortoise or a hare jump in too, I won't mind. It's doable for me, just don't have much experience: in my long programming career, I have uploaded exactly one module to CPAN. And it is much

Re: [Padre-dev] Open file from command-line?

2016-05-19 Thread yary
On Thu, May 19, 2016 at 10:57 AM, Sebastian Willing wrote: > did you try to just pass the filename as command line argument? That worked, thanks! (That really should have been the 1st thing I tried...) Now, any way to have the cursor jump to a line number from the command-line?