Craig A. Berry [Tue, 3 Jun 2008 12:27:43 +0000 (12:27 +0000)]
argument.
p4raw-id: //depot/perl@33993
unsigned long int lff_flags = 0;
int rms_sts;
+ if (!SvOK(tmpglob)) {
+ SETERRNO(ENOENT,RMS$_FNF);
+ return NULL;
+ }
+
#ifdef VMS_LONGNAME_SUPPORT
lff_flags = LIB$M_FIL_LONG_NAMES;
#endif