Opened 4 years ago

Closed 4 years ago

#222 closed defect (invalid)

Perl is missing File::Spec->catdir

Reported by: Shmuel (Seymour J.) Metz Owned by:
Priority: minor Milestone:
Component: *none Version:
Severity: medium Keywords:
Cc:

Description

Perl is missing File::Spec->catdir

Attachments (1)

testcatdir.cmd (201 bytes) - added by Shmuel (Seymour J.) Metz 4 years ago.
Test program

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by Shmuel (Seymour J.) Metz

Attachment: testcatdir.cmd added

Test program

comment:1 Changed 4 years ago by Silvan Scherrer

Resolution: invalid
Status: newclosed

it's not missing. Your testcase is wrong. You need to add:
use File::Spec;
and the it runs as it should.

Note: See TracTickets for help on using tickets.