Skip Menu |

This queue is for tickets about the FAQ-OMatic CPAN distribution.

Report information
The Basics
Id: 2348
Status: resolved
Priority: 0/
Queue: FAQ-OMatic

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: bug in arguments to WriteMakefile (invalid macro syntaxt)
Neither NMake, nor gnu's Make, nor Dmake, understand `${VERSION}' You need to switch that to `$(VERSION)' and it works.