[postgis-devel] run_test.pl

Paul Ramsey pramsey at opengeo.org
Thu May 31 08:20:09 PDT 2012


On Thu, May 31, 2012 at 8:15 AM, Sandro Santilli <strk at keybit.net> wrote:
> On Wed, May 30, 2012 at 03:18:14PM -0400, Paul Ramsey wrote:
>> OK, run_test.pl now works for me on all tests, under OSX. I would
>> expect it does the same for Linux, but a test would be nice. I'm going
>> to see if it works for my under Windows/MinGW. Trying it under
>> Windows/CMD will be a different adventure.
>
> Can't locate Text/Diff.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./run_test.pl line 3.
>
> Can we avoid raising the dependencies ?

It would change the format of the output diffs. Right now everything
is the SAME as before. Unified diffs on output. If we avoid Text::Diff
we have to write our own little diff routine, which won't be as clever
or as nice. Running cpan is too hard? The other dependency which is
less standard is File::Which, which can probably be avoided or not
used if we accept a less pretty script.

P

>
> --strk;
>
>  ,------o-.
>  |   __/  |    Delivering high quality PostGIS 2.0 !
>  |  / 2.0 |    http://strk.keybit.net - http://vizzuality.com
>  `-o------'
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel



More information about the postgis-devel mailing list