On Thu, Apr 04, 2002 at 12:32:01PM -0600, Craig A. Berry wrote:
> Will do.  But first I'm trying it with an absolute Perl and here's
> what I'm now seeing:
> 
> # Can't read liar/t/sanity.t: file currently locked by another user
> #  at -e line 1
> # %RMS-E-FLK, file currently locked by another user
> # %MMK-F-ERRUPD, error status %X0001828A occurred when updating target DISTDIR
> #     Failed test (t/basic.t at line 116)

Yeah, saw that last night.  Trying to figure out why that's happening.

Ah HA!  I left the handle that creates sanity.t open.

--- basic.t     4 Apr 2002 02:25:05 -0000       1.17
+++ basic.t     4 Apr 2002 19:00:15 -0000
@@ -54,7 +54,7 @@
 print eval "use Big::Fat::Liar; 1;" ? "ok 2\n" : "not ok 2\n";
 print "ok 3 - TEST_VERBOSE\n";
 SANITY_T
-
+close TEST;
 
 END { unlink 't/compile.t', 'Liar/t/sanity.t' }
 

> t/inst...........
> Use of uninitialized value in string ne at 
>/D0/CRAIG/EXTUTILS-MAKEMAKER/blib/lib/ExtUtils/MM_VMS.pm line 376.
> Use of uninitialized value in concatenation (.) or string at 
>/D0/CRAIG/EXTUTILS-MAKEMAKER/blib/lib/ExtUtils/MM_VMS.pm line 647.
> Use of uninitialized value in string ne at 
>/D0/CRAIG/EXTUTILS-MAKEMAKER/blib/lib/ExtUtils/MM_VMS.pm line 376.
> Use of uninitialized value in concatenation (.) or string at 
>/D0/CRAIG/EXTUTILS-MAKEMAKER/blib/lib/ExtUtils/MM_VMS.pm line 647.
> ok

Fixed this but forgot to check it in.  Just did.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
....and I pull out the Magnum from under the desk where I keep it in case
someone laughs at a joke that's so dry it's got a built in
water-fountain, and blow the lot of them away as a community Service.
        -- BOFH

Reply via email to