Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 4675
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: craigberry [...] mac.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 6.18
Fixed in: (no value)



Subject: pm_to_blib and blibdirs need .ts files on VMS
VMS doesn't like files without dots. Both blibdirs will be translated to blibdirs. and MMS/K won't associate it with the blibdirs target. Same for pm_to_blib. What's needed is something like: pm_to_blib.ts: pm_to_blib $(TOUCH) $@
[guest - Mon Dec 15 01:30:52 2003]: Show quoted text
> VMS doesn't like files without dots. Both blibdirs will be translated > to blibdirs. and MMS/K won't associate it with the blibdirs target. > Same for pm_to_blib. What's needed is something like: > > pm_to_blib.ts: pm_to_blib > $(TOUCH) $@
Simply universally tacked a .ts onto the pm_to_blib and blibdirs targets rather than making VMS an exception. Will be in 6.22.