Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 16094
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: TONYC [...] cpan.org
Requestors: matt.tovey [...] partner.bmw.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.45
Fixed in: (no value)



Subject: small typo in Makefile.PL
In Makefile.PL, line 325 (Version 0.45), for (@incs) should read for (@libs) Cheers, Matt
Date: Tue, 29 Nov 2005 08:20:47 +0100
From: Matt Tovey <Matt.Tovey [...] partner.bmw.de>
To: bug-Imager [...] rt.cpan.org
Subject: Re: [cpan #16094] AutoReply: small typo in Makefile.PL
RT-Send-Cc:
Also, probably doesn't matter, but in line 374 (also Makefile.PL) shouldn't one better test for the existence of the include directory? i.e. instead of push(@incs, '/usr/include/w32api') if -d '/usr/lib/w32api'; this: push(@incs, '/usr/include/w32api') if -d '/usr/include/w32api'; ? Cheers, Matt -- Matt Tovey, SGI Support +49-89-382-30111
Download smime.p7s
application/x-pkcs7-signature 3.1k

Message body not shown because it is not plain text.

Thanks for reporting these. I've fixed them in the Imager source tree for the next release.