Re: camels

2010-01-03 Thread Pedro Figueiredo
On Sun, Jan 3, 2010 at 11:40 AM, chromatic wrote: > > If the design of perl.org had been up to me, I'd have spent much more time > promoting the Perl brand instead of the proprietary brand of a privately held > corporation. For better or for worse, the Perl brand *is* the camel. Either get O'Reil

Re: Test skip()'ing weirdness

2009-02-19 Thread Pedro Figueiredo
Michael G Schwern wrote: Skipped tests can sometimes be turned on by the user. For example... $ prove -l t/is_deeply_with_threads.t t/is_deeply_with_threadsskipped: many perls have broken threads. Enable with AUTHOR_TESTING. this is exactly what i do in these skips, check for an envvar

Re: Test skip()'ing weirdness

2009-02-18 Thread Pedro Figueiredo
Here are the versions of Test::Harness for each case. On Wed, Feb 18, 2009 at 6:14 PM, Pedro Figueiredo wrote: > > Darwin (10.5.6, Leopard) > perl 5.8.8: > $ prove foo.t > foook > All tests successful. > Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0

Test skip()'ing weirdness

2009-02-18 Thread Pedro Figueiredo
Hi, I've had a report from a user regarding some tests under Darwin (10.5.6, Leopard, I have no idea if it happens on earlier versions too). I've since noticed the behaviour under 5.10 on Linux is not what I expected either. This is the test code: #!perl -T use strict; use Test::More test