Skip Menu |

This queue is for tickets about the Image-XFace CPAN distribution.

Report information
The Basics
Id: 6480
Status: new
Priority: 0/
Queue: Image-XFace

People
Owner: Nobody in particular
Requestors: sehh [...] altered.com
Cc:
AdminCc:

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



Subject: CCFLAGS is corrupted in Makefile
Distro: Linux Redhat 7.3 Perl: v5.6.1 I modified Makefile.PL and added the following line: 'CCFLAGS' => ['-I/home/user/compface/include', '-I/home/user/include'], The generated Makefile has the following line: CCFLAGS = ARRAY(0x80528bc) -DPERL_POLLUTE It seems the CCFLAGS arguments specified in Makefile.PL are not processed correctly. If i remove the ARRAY() and replace it with my -I arguments then all works fine.