Skip Menu |

This queue is for tickets about the SAS-Parser CPAN distribution.

Report information
The Basics
Id: 26497
Status: open
Priority: 0/
Queue: SAS-Parser

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

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



Subject: Makefile.PL error
ExtUtils::MakeMaker does not understand * in EXE_FILES. EXE_FILES => ['bin/*'], should be replaced with EXE_FILES => ['bin/parsesas','bin/sashead','bin/sasindx'], -- Alexandr Ciornii, http://chorny.net
On Thu Apr 19 17:01:01 2007, CHORNY wrote: Show quoted text
> ExtUtils::MakeMaker does not understand * in EXE_FILES. > > EXE_FILES => ['bin/*'], > should be replaced with > EXE_FILES => ['bin/parsesas','bin/sashead','bin/sasindx'], >
FWIW, I changed 'bin/*' to glob('bin/*') and it worked. Elegant :) -- Jonathan Rockway <jrockway@cpan.org>