diff options
Diffstat (limited to 'vms/ext/filespec.t')
-rw-r--r-- | vms/ext/filespec.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index a0a274bfee..62b06fe9ed 100644 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -1,5 +1,7 @@ #!./perl +BEGIN { unshift(@INC,'../lib') if -d '../lib'; } + use VMS::Filespec; foreach (<DATA>) { |