Opened 5 years ago
Closed 5 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 , 5 years ago
| Attachment: | testcatdir.cmd added | 
|---|
comment:1 by , 5 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