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)
Change History (2)
by , 4 years ago
Attachment: | testcatdir.cmd added |
---|
comment:1 by , 4 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Test program