At 12:45 AM +0000 2/3/08, Nicholas Clark wrote:

>What does the VMS equivalent of this 1 liner give?
>
>$ ./perl -Ilib -e 'use Test::More; plan skip_all => "Testing"'
>1..0 # Skip Testing
>$ echo $?
>0

$ perl  -"I[.lib]" -e "use Test::More; plan skip_all => 'Testing';"
1..0 # Skip Testing
$ show symbol $status
  $STATUS == "%X00000001"

which is a success status.  So we can't blame it on Test::More.
Maybe there is garbage left over from the failed attempt to load
CBuilder or something.  Idle speculation until I dig in further.
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to